Page 1 of 1

COPY SPECIFIC FOLDERS TO ANOTHER SPECIFIC FOLDER

Posted: Sun Jul 22, 2018 5:39 pm
by inolof
Hello to everyone,

This is my first time using robotask and I would like some help.

I'm trying to copy folders with something specific in its names, and paste them into a folder that also has that 'something' on its name.

For example, I have a source folder that contains the following subfolders:
- Folder-A-1
- Folder-A-2
- Folder-B-1
- Folder-B-2

And I have a destination folder that contains:
- Folder-A
- Folder-B

I want to copy the folders A-1 and A-2, with everything inside of them, and paste them on folder A. The same thing with B-1,B2 and B.

That's it. In case I wasn't clear enough, please contact me. Appreciate the attention.

Re: COPY SPECIFIC FOLDERS TO ANOTHER SPECIFIC FOLDER

Posted: Tue Jul 24, 2018 10:10 am
by Oleg
Use Synchronize Folders action

Your task will contain 4 steps like this
sync folders: Folder-A-1 ==> Folder-A
sync folders: Folder-A-2 ==> Folder-A
sync folders: Folder-B-1 ==> Folder-B
sync folders: Folder-B-2 ==> Folder-B


So you get Folder-A which contains files from Folder-A-1 and Folder-A-2
and Folder-B which contains files from Folder-B-1 and Folder-B-2