Modify

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 anonymous, 16 years ago

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

Thanks

comment:2 by Jon, 16 years ago

Resolution: Works For Me
Status: newclosed

My money would be on an AV related problem.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.