For example path:
C:\Documents and Settings\Valery\My Documents\My Education\Методы линейного и нелинейного программирования\Нелинейное программирование (Альховик)\Решения\Оптимизация при наличии ограничений\Модифицированный метод Хука-Дживса\HookeJeevesModifiedAlgorithm.bdsproj
truncated to:
C:\Documents and Settings\Valery\My Documents\My Education\Методы линейного и нелинейного программирования\Нелинейное программирование (Альховик)\Решения\Оптимизация при наличии ограничений\Модифицированный метод Хука-Дживса\HookeJeevesModifiedAlgorithm.bdspr
TC truncates file names while copying
Moderators: Hacker, petermad, Stefan2, white
Hi, guys,
you realize the issue has been brought to Christian's attention before:
(1) BUG: Copy truncates file names >259 chars!
(2) BUG: Copy/Move truncates full file names >259 characters
I admit that I did not like the answer given by C.G. in this case, because it means not even an alert when T.C. is about to truncate a name: here
Regards,
Karl
you realize the issue has been brought to Christian's attention before:
(1) BUG: Copy truncates file names >259 chars!
(2) BUG: Copy/Move truncates full file names >259 characters
I admit that I did not like the answer given by C.G. in this case, because it means not even an alert when T.C. is about to truncate a name: here
Regards,
Karl
I still hope that he'll solve this problem.
Tc is not only used by home users, can you imagine if this bug cause loss of data to an enterprise... ?
2Sir_SiLvA
Microsoft Robocopy (Xp & Vista) supports >256 paths, even it has a switch to turn this option off (so that >256 characters support it's activated by default).
From Robocopy help :
32,000 charactersBy default Robocopy will handle file and directory path names up to almost 32,000 characters in length. If for any reason you wish to disable this support for very long path names, use the /256 switch.
/256 :: turn off very long path (> 256 characters) support.
