Opened 4 years ago
Last modified 4 years ago
#3786 closed Bug
DirMove function returns success instead of failure — at Initial Version
Reported by: | Factfinder | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.3.15.3 | Severity: | None |
Keywords: | Cc: |
Description
DirCreate("C:\test" $dir = DirMove("c:\system volume information", "c:\test", 1) MsgBox(0, '', $dir); this returns 1 instead of 0 but the folder is not moved as it is protected.
Note: See
TracTickets for help on using
tickets.