Modify

Opened 11 years ago

Closed 6 years ago

#2950 closed Bug (Works For Me)

Dircopy cannot copy own dir or subfolders on network drive

Reported by: woldhek Owned by:
Milestone: Component: AutoIt
Version: 3.3.12.0 Severity: None
Keywords: Dircopy lock subfolders Cc:

Description

Dircopy stops while copying its own directory with subfolders or subfolders from there.

Consider network drive:

P:\folder1\folder2\folder3\folder4.
P:\test

autoit script is in folder2.

script used:
DirCopy ("P:\folder1\folder2", "C:\Users\Public\folder",1)

script copy`s files from folder2, and stops without warning and did not copy folder3 en folder4.

So i thought dircopy can not be used if script is in the same dir.

But i changed the script (in folder2) to copy folder3:
DirCopy ("P:\folder1\folder2\folder3", "C:\Users\Public\folder",1)

Again the script stops again.

If i run the script from another folder on the P: drive, say P:test, everything is ok.

Looks like the autit-script locks all subfolders from where you start it?

Attachments (0)

Change History (1)

comment:1 by J-Paul Mesnage, 6 years ago

Resolution: Works For Me
Status: newclosed

Hi,
I try to reproduce with the latest release and I Have no problem.
Sorry for the delay

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.