Thread: Move folder
View Single Post
  #1  
Old 06-02-2022, 02:54 PM
teognost teognost is online now
Registered User
 
Join Date: 05-25-2004
Location: Prague,Czech Republic
Posts: 200
Move folder

Hi
I have a folder C:\MyPath\A which contains:
1.txt
2.txt
subfolder B with file 3.txt
I want to have a step which moves folder C:\MyPath\A to C:\Backup so I will have C:\Backup\A containing :
1.txt
2.txt
subfolder B with file 3.txt
I tried to use a "Copy File" step where i set Source folder C:\MyPath\A ,Dest folder C:\Backup and enable the Move files\Mode delete source folders too.
But the result of this step is all the content of C:\MyPath\A is moved directly into C:\Backup and not into C:\Backup\A as expected.
Any idea how can I achieve this?
Reply With Quote