I am trying to copy large volumes of files to an external hard drive. The process stalls when Windows encounters file names too long for the destination folder. It reports (for example) about 100 problems out of over 40,000 files. However, it doesn’t tell me what they are unless I iterate through the error messages one by one.
Is there any way for me to search for files based on the combined length of their path and file name? I found a utility that will search for long file names, but it doesn’t include the path.
Thanks