I'm copying 600GB of data from external hard drive A to external hard drive B.
Windows Server 2008 R2 has notified me that 100 files have filenames that are too long (i.e. >255 chars).
Is there a utility that can allow me to search for these filenames, and manually shorten them?
Shane.
Got it! Using FileLocator Pro and scripting it's fairly simple:
If you want to search for files "less than" simply change the script.
For each result, right click on the file and select "Explore Here". Rename the directory path to shorten it, then repeat the search until there are no results at all.
-----start file named "max path length search.js"----
-----end file named "max path length search.js"----