Modify ↓
Opened 12 years ago
Closed 12 years ago
#2834 closed Bug (Fixed)
FileOpen with mode 2+8
| Reported by: | Owned by: | Jon | |
|---|---|---|---|
| Milestone: | 3.3.13.17 | Component: | AutoIt |
| Version: | 3.3.13.16 | Severity: | None |
| Keywords: | FileOpen | Cc: |
Description
Hi,
There is a bug in FileOpen function when mode 2 and 8 = Create directory structure if it doesn't exist is used.
It was probably introduced in some previous AutoIt beta version.
Old release 3.3.8.1 works fine.
;~ Creates empty directory "y"
FileOpen("_registry\registry.reg", 10)
;~ Creates empty directory "gistry"
FileOpen("_registry\reg.reg", 10)
;~ Does nothing
FileOpen("registry\registry.txt", 10)
Thanks,
Petr
Attachments (0)
Change History (1)
comment:1 by , 12 years ago
| Milestone: | → 3.3.13.17 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed by revision [10860] in version: 3.3.13.17