Modify ↓
Opened on May 24, 2008 at 5:19:53 PM
Closed on May 25, 2008 at 8:28:10 AM
Last modified on May 30, 2008 at 3:34:05 PM
#313 closed Bug (No Bug)
DirMove on same volume
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.2.12.0 | Severity: | None |
| Keywords: | DirMove | Cc: |
Description
+---Dirtest1 | \---Subdir | somefile.txt | +---Dirtest2 | \---Subdir
DirMove("C:\Dirtest1\Subdir","C:\Dirtest2",1)
Should be:
+---Dirtest1 +---Dirtest2 | \---Subdir | somefile.txt
Is:
+---Dirtest1 +---Dirtest2 | \---Subdir | \---Subdir | somefile.txt
If Dirtest1 and Dirtest2 are on different Volumes, it works
Attachments (0)
Change History (2)
follow-up: 2 comment:1 by , on May 25, 2008 at 8:28:10 AM
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
comment:2 by , on May 30, 2008 at 3:34:05 PM
Replying to Jpm:
I don't know why this functions was implemented as such but there is no error as the doc say
If the destination already exists and the overwrite flag is specified then the source directory will be moved inside the destination.
But the directory is not moved inside the destination, it ist moved inside a subdirectory with the same name as the source directory, if it exists in the destination.
Note:
See TracTickets
for help on using tickets.

I don't know why this functions was implemented as such but there is no error as the doc say