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 Jos, 8 years ago

Confirmed for both 3.3.14.2 & 3.3.15.0

Jos

comment:2 by J-Paul Mesnage, 8 years ago

Owner: set to Jon
Status: newassigned

I have submitted a fix to Jon

comment:3 by Jon, 8 years ago

Milestone: 3.3.15.1
Resolution: Fixed
Status: assignedclosed

Fixed by revision [12012] in version: 3.3.15.1

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.