﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
73	DirMove on different volume	hawkear@…	Valik	"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 
"	Bug	closed	3.2.11.1	AutoIt	3.2.10.0		Fixed		
