Modify

Opened 15 years ago

Closed 14 years ago

#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)

Change History (2)

comment:1 Changed 15 years ago by hunt

No bug.
You tried to copy with using Windows?

comment:2 Changed 14 years ago by Jon

  • Resolution set to No Bug
  • Status changed from new to closed

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.