Modify

Opened 18 years ago

Closed 18 years ago

#73 closed Bug (Fixed)

DirMove on different volume

Reported by: hawkear@… Owned by: Valik
Milestone: 3.2.11.1 Component: AutoIt
Version: 3.2.10.0 Severity:
Keywords: Cc:

Description

When the destination already exists and the overwrite flag is specified then the source directory will NOT be moved inside the destination, if the target is on a different volume.

C:\Source\Subdir\testfile.txt

DirCreate("C:\Target")
DirMove("C:\Source\Subdir", "C:\Target",1)

Result: c:\Target\Subdir\testfile.txt

C:\Source\Subdir\testfile.txt

DirCreate("D:\Target")
DirMove("C:\Source\Subdir", "D:\Target",1)

Result: d:\Target\testfile.txt
Should be D:\Target\Subdir\testfile.txt

Attachments (0)

Change History (1)

comment:1 by Valik, 18 years ago

Milestone: 3.2.11.1
Owner: set to Valik
Resolution: fixed
Status: newclosed

Fixed in version: 3.2.11.1

Modify Ticket

Action
as closed The owner will remain Valik.

Add Comment


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