Jump to content

Search the Community

Showing results for tags 'fileexist'.

  • Search By Tags

    • fileexist ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 3 results

  1. I'm having troubles with FileExist function. My autoit version is 3.3.14.2. I'm working with C:\windows\System32 folder. On windows 7 I use this script copied and modified from FileExist.au3 from the Autoit Help chm #include <MsgBoxConstants.au3> #include <WinAPIFiles.au3> E...
  2. Hello friends! I want to delete the file only if it exists, if not, must not appear msgbox code: $MyBox = MsgBox(1, "Cancel file", "the file records.dat exists .. want to delete it!") If $MyBox == 1 Then if FileExist then FileRecycle("records.dat") return false EndIf
  3. Hello, again ... Ive been working a lot on a script lately .. unfortunately I just.. cannot figure to get it to work ( im no coder.. ) I start a new thread , cause the old one isoutdated, the code, have changed a lot since its creation so far.. 1 - I need to search for every files with specific...
×
×
  • Create New...