Modify ↓
Opened 8 years ago
Closed 8 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)
Change History (1)
comment:1 Changed 8 years ago by Melba23
- Resolution set to No Bug
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
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