﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1578	DirCopy doesn't work unless you specify option 1 - Overwrite	Wooltown		"Running on Windows XP SP3, English version

I have a couple of files in ""C:\Backup\Files"" and want to copy them into the existing directory ""C:\temp"" with option ""0 - do not overwrite existing files"", it doesn't work if the directory exists, but if the directory doesn't exist it works fine.

Is this by design or a bug ?

{{{
$err = DirCopy(""C:\Backup\Files"" , ""C:\temp"",0)
msgbox(0,""er"",$err)
}}}"	Bug	closed		AutoIt	3.3.6.0	None	Works For Me		
