Hi all,
I'm in need of a solution coping data, recursively, which pathlength exceeds the max char. length of 260.
According to MS Technet all copy commands depend on the same .dll in which just 2Mb is reserved causing the name length limitations.
Yes I'm sure the limitation is not in the file system.
Yes, there are util's like mcopy, xxcopy, robocopy and many more. but none of them are able to copy files beyond (thanks kip)
How come NTBACKUP has no problem and why do other backup utils often get struck by long path names.
My current workaround is: use subst
But in case of error, say a flaw in Windows , the system believes the subst drive is a native drive and can't be de-subst unless one reboots the system...