Modify

Opened 16 years ago

Closed 16 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 Changed 16 years ago by Valik

  • Milestone set to 3.2.11.1
  • Owner set to Valik
  • Resolution set to fixed
  • Status changed from new to closed

Fixed in version: 3.2.11.1

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The owner will remain Valik.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.