Modify

#3786 closed Bug (Wont Fix)

DirMove function returns success instead of failure

Reported by: Factfinder Owned by:
Milestone: Component: AutoIt
Version: 3.3.15.3 Severity: None
Keywords: Cc:

Description (last modified by mLipok)

DirCreate("C:\test")
; DirMove returns 1 instead of 0 
; But the folder is not moved as it is protected.
MsgBox(0, '', DirMove("c:\system volume information", "c:\test", 1)) 

Attachments (0)

Change History (4)

comment:1 by mLipok, on Oct 2, 2020 at 9:12:39 PM

Description: modified (diff)
Version: 3.3.14.43.3.15.3

comment:2 by anonymous, on Oct 2, 2020 at 9:56:27 PM

The Autoit version is 3.3.14.3

comment:3 by mLipok, on Oct 2, 2020 at 10:42:40 PM

Even in Beta this problem occurs, and is still not fixed.

Version 0, edited on Oct 2, 2020 at 10:42:40 PM by mLipok (next)

comment:4 by Jpm, on Oct 5, 2020 at 6:28:51 PM

Resolution: Wont Fix
Status: newclosed

In fact Danyfirex give me the explanation
Windows return true without doing the job
so I close it without fixing

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


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