Modify

#1796 closed Bug (No Bug)

DirCopy does not copy readonly directories unless the flag is set to overwrite

Reported by: anonymous Owned by:
Milestone: Component: AutoIt
Version: 3.3.6.1 Severity: None
Keywords: Cc:

Description

;"x\Source" contains readonly directories that contains files

;fails
$old = "x\Source"
$new = "y\Source"
$result = DirCopy($old,$new)

;succeeds
$old = "x\Source"
$new = "y\Source"
$result = DirCopy($old,$new,1)

Attachments (0)

Change History (2)

comment:1 by hunt, on Oct 26, 2010 at 4:32:06 PM

No bug.
You tried to copy with using Windows?

comment:2 by Jon, on May 22, 2011 at 7:36:17 PM

Resolution: No Bug
Status: newclosed

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.