What does it do?
FlatFolder is a convenient tool for flattening your folders. It will automatically copy all of the files in a selected folder to a target folder, adjusting all of their filenames accordingly. This is useful in the pre- and post-processing stages to ensure that you haven’t missed any files.
How to use it:
Drag and drop the files or folders that you would like to flatten into the application window.
FlatFolder will create a folder named “Target,” which includes the renamed files only, e.g., folderA/folderB/fileC.txt will become folderA_folderB_fileC.txt. This will help you to avoid the duplication of filenames after processing.
You can also restore folders by applying the same method. The application will create a folder named “Restored,” which will include all recovered folder structures and files. That is, folderA_folderB_fileC.txt will revert back to folderA/folderB/fileC.txt.
Note:
Please make sure to set Windows default script engine to CScript by using the following command in the prompt screen before using this utility: CScript //H:
File Format Supported
all
Version
1.0
Revision History
-