Modify

#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)

Change History (0)

Modify Ticket

Action
as new 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.