Opened 4 years ago
Last modified 4 years ago
#3786 closed Bug
DirMove function returns success instead of failure — at Version 1
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))
Change History (1)
comment:1 Changed 4 years ago by mLipok
- Description modified (diff)
- Version changed from 3.3.14.4 to 3.3.15.3
Note: See
TracTickets for help on using
tickets.