﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
863	DirMove() appends an extra dot in the name of the moved directory	dRsrb	Jpm	"Hi!

DirMove() adds an extra dot to the existing one in the name of the moved directory.

{{{
Example()
;~ Example2()

Func Example()
	
	DirCreate('C:\Test Folder 1.1')
	
	Sleep(2000)
	
	DirMove('C:\Test Folder 1.1', 'C:\', 1)
	
EndFunc

Func Example2()
	
	DirCreate('C:\New Folder')
	DirCreate('C:\Test Folder 1.1')
	
	Sleep(2000)
	
	DirMove('C:\Test Folder 1.1', 'C:\New Folder', 1)
	
EndFunc

}}}

Other characters aren't affected!

PS: The ""Sleep(2000)"" is just to follow the script easier when it is running."	Bug	closed	3.3.1.0	AutoIt	3.3.0.0	None	Fixed		
