Directory Compressor
A tool that traverse all subdirectories of selected Directory, renamed the subdirectories with files but with accestor directories which is empty to single level directory.
Example
There are directory structure of d1/d2/d3/d4/d5/, where directory
- d1 (not empty)
- d1/d2 (empty)
- d1/d2/d3 (not empty)
- d1/d2/d3/d4 (empty)
- d1/d2/d3/d4/d5 (not empty)
the tool will rename the
- d1/d2/d3 to d1/d2.d3,
- d1/d2/d3/d4/d5 to d1/d2.d3/d4.d5,
ie: left only d1, d1/d2.d3, and d1/d2.d3/d4.d5
