Given: Folders and files in some hierarchical structure.
Objective: Rename the FOLDERS only, not the files.
Rename to XXXXX random digits. Perhaps the number of random digits can be left to user. But, let's say, for example, 5 random digits.
So, long folder name: blah, blah, blah, blah.....
Change to: 39279 (for instance)
Do this for each and every folder in the entire hierarchy, including the base folder.
Program can be used from context menu, or drag-and-drop, or command line, or other.
Why this program??
To deal with long path length issues. Major headache when, say, unarchived paths exceed 255 characters. Good grief. Just horrible.
Idea is to easily deal with extra long paths by changing folder names to short sets of random digits.
Thanks much!
Nicholas Kormanik