Modify ↓
Opened 9 years ago
Closed 9 years ago
#3544 closed Bug (No Bug)
FileExists() bug with number 1
| Reported by: | Trong | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Other | Severity: | None |
| Keywords: | Cc: |
Description
File does not exist but still reported to exist!
MsgBox(48,"FileExists","File 1 is Exists: "& FileExists(1))
Attachments (0)
Note:
See TracTickets
for help on using tickets.

When I run that code I get a return of 0 from FileExists which means the file does not exist - hardly surprising given that the path is not valid.
M23