Modify

Opened 7 years ago

Closed 7 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.

Change History (3)

comment:1 Changed 7 years ago by Jos

Confirmed for both 3.3.14.2 & 3.3.15.0

Jos

comment:2 Changed 7 years ago by Jpm

  • Owner set to Jon
  • Status changed from new to assigned

I have submitted a fix to Jon

comment:3 Changed 7 years ago by Jon

  • Milestone set to 3.3.15.1
  • Resolution set to Fixed
  • Status changed from assigned to closed

Fixed by revision [12012] in version: 3.3.15.1

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.

Add Comment

Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.