Opened 10 years ago
Closed 4 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 Changed 4 years ago by Jpm
- Resolution set to Works For Me
- 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.
Hi,
I try to reproduce with the latest release and I Have no problem.
Sorry for the delay