Modify ↓
Opened 18 years ago
Closed 18 years ago
#73 closed Bug (Fixed)
DirMove on different volume
| Reported by: | 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 , 18 years ago
| Milestone: | → 3.2.11.1 |
|---|---|
| Owner: | set to |
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in version: 3.2.11.1