Modify

Opened 12 years ago

Closed 12 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 by Jon, 12 years ago

Milestone: 3.3.13.17
Owner: set to Jon
Resolution: Fixed
Status: newclosed

Fixed by revision [10860] in version: 3.3.13.17

Modify Ticket

Action
as closed The owner will remain Jon.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.