﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1506	DirCopy/FileCopy	Steveiwonder		"Trying to use DirCopy to copy a ""Briefcase"" RightClick > New> Briefcase.

FileGetAttrib() returns RD (ReadOnly Directory) So i would figure Dircopy would be the one to use? It copies but then the briefcase is corrupt.

I posted it on the forum but didnt get a resolution.
[http://www.autoitscript.com/forum/index.php?showtopic=110785&st=0&p=778335&fromsearch=1&#entry778335].

Try this..

$attrib = FileGetAttrib(""C:\New Briefcase"")
MsgBox(0, ""Attribute"", ""Attribute: "" & $attrib) ; show file/folder attribute

DirCopy(""C:\New Briefcase"", ""C:\testFolder"", 1) ; copy the briefcase

Is this a bug or can briefcases just not be copied?"	Bug	closed		AutoIt	3.3.4.0	None	Works For Me		
