Copying from multiple subfolders to one target folder

Get help for specific problems
Posts: 1
Joined: 24 Mar 2021

kwurm

Hi, I am trying to use FreeFileSync to copy everything from a source folder that contains multiple subfolders and collapse it all into one flat target folder.

As in:

C:\Source\This\Program\Creates\Absurdly\Long\File\Paths\1\
C:\Source\This\Program\Creates\Absurdly\Long\File\Paths\2\
C:\Source\This\Program\Creates\Absurdly\Long\File\Paths\3\
C:\Source\This\Program\Creates\Absurdly\Long\File\Paths\4\

Every file in those subfolders should be copied to

C:\Target\

No subfolders, just one huge folder full of files. Duplicate filenames are not an issue.

How can I do this in FreeFileSync? Thanks!
User avatar
Posts: 2288
Joined: 22 Aug 2012

Plerry

FFS is a synchronization tool, and as such preserves the (sub)folder structure.
The use-case you describe is beyond the scope of FreeFileSync (FFS) and can only be performed manually in FFS.
User avatar
Posts: 3609
Joined: 11 Jun 2019

xCSxXenon

You would have to sync all of the sources folders to one target folder and use the "update" method to sync to avoid pairs from deleting previously synced data. Is this going to be a one-time operation?