Modify ↓
Opened on Aug 2, 2026 at 4:38:19 PM
#4108 new Bug
DirMove() function does not work with folder path with '\\?\' prefix
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.18.0 | Severity: | None |
| Keywords: | Cc: |
Description
DirMove() function works with a normal directory path. But it does not work with a path including "
?\" prefix like:
DirCreate("C:\test2\test")
DirMove(\\?\c:\test, C:\test2\test, 1)
I know that if the path is not long, no need for "
?\" prefix. But in a script with a long path, we need the prefix.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
