Modify ↓
Opened 10 years ago
Closed 10 years ago
#2834 closed Bug (Fixed)
FileOpen with mode 2+8
Reported by: | registracemp@… | 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 Changed 10 years ago by Jon
- Milestone set to 3.3.13.17
- Owner set to Jon
- Resolution set to Fixed
- 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.
Fixed by revision [10860] in version: 3.3.13.17