Modify ↓
Opened 8 years ago
Closed 8 years ago
#3580 closed Bug (Fixed)
FileSetAttrib - Crash on ROOT folders.
| Reported by: | anonymous | Owned by: | Jon |
|---|---|---|---|
| Milestone: | 3.3.15.1 | Component: | AutoIt |
| Version: | 3.3.14.2 | Severity: | None |
| Keywords: | Cc: |
Description
FileSetAttrib("C:\DirWhichDoesNotExist\SubDirWhichDoesNotExist", "+H", 1)
MsgBox(32, "WORK", "WORK") ;You will see this MsgBox
FileSetAttrib("C:\DirWhichDoesNotExist", "+H", 1)
MsgBox(32, "WORK", "WORK") ;You will NOT see this MsgBox - The script crashed.
Attachments (0)
Change History (3)
comment:1 by , 8 years ago
comment:3 by , 8 years ago
| Milestone: | → 3.3.15.1 |
|---|---|
| Resolution: | → Fixed |
| Status: | assigned → closed |
Fixed by revision [12012] in version: 3.3.15.1
Note:
See TracTickets
for help on using tickets.

Confirmed for both 3.3.14.2 & 3.3.15.0
Jos