What is the rule with long file names? Users are creating files and folders with long names which results giving IT endless headaches when trying to copy. Which utility handles the copy of data with long files names?
The problem is that clients like to create meaningful filenames/directory structures that can surpass the 255 char limit. This causes you grief when you try to perform any type of file operation. When I used to manage servers for an engineering firm, almost daily I had someone complain they couldn't delete or move a file. I had to essentially use the good old DOS SUBST command to assign a drive to a long directory path and then I was able to delete the underlying files.
Now as to what tools you can use for copying files with long filenames, I never had an issue using robocopy (unless I have been lucky in the past)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.