Opened 16 years ago
Closed 16 years ago
#1506 closed Bug (Works For Me)
DirCopy/FileCopy
| Reported by: | Steveiwonder | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.4.0 | Severity: | None |
| Keywords: | Cc: |
Description
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?
Attachments (0)
Change History (2)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
| Resolution: | → Works For Me |
|---|---|
| Status: | new → closed |
My money would be on an AV related problem.

Ive no idea why this was an issue, reinstalled auto it and its seems to work. Please Close.
Thanks