Modify ↓
#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)
Change History (1)
comment:1 by , on Apr 19, 2017 at 3:40:58 AM
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
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