Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

DirCopy not working.. HELP!

$
0
0

I am trying to copy folders from the C drive, place them in a folder and rename them to current year, date and day. However I am having issues with DirCopy not even working. Could anyone please assist? With in those folders are multiple files so from the Help file it looks like DirCopy is the only way to go. Once the folders are copied over they need to be changed to show the year, date and month.

 

Here is the code I have written:

 DirCopy(@DesktopDir & "\Test", @DesktopDir & "\Test\Backup", 1)

I thought I would try to get this code working before I tried to rename the folders. Any help would be greatly appreciated!

 


Viewing all articles
Browse latest Browse all 12506

Trending Articles