F — folder where only administrator has access.
a.txt — file with full name length >259 chars. It is located in F\some\nested\...\folders\with\long\names\a.txt.
Guys, are you kidding? Full name consists of path and file name. Neither dir or file name length exceeds 259 chars, but full name exceeds it. TC successfully copies file as user, but fails if copying is invoked via tcadmin.exe.
2AndrewCreator
Sorry, there are currently no plans to support names longer than 259 characters in the admin tool.
2JFierce7
No, that's not true - normal Windows functions do not work with paths > 259 characters. The limit of 32767 is for the NTFS file system and its low level functions, not for Windows API.
ghisler(Author) wrote:The limit of 32767 is for the NTFS file system and its low level functions, not for Windows API.
No, it's not necessarily limited to NTFS or some mysterious low level functions. There are lots of (Unicode versions of) Windows API functions which accept a "\\?" prefix to support path names with extended length.
I had the impression, TC is using these functions (since it worked for me for long path names). Hence I wondered where this "1023" came from.
AndrewCreator wrote:2ghisler(Author), is it possible to provide a relevant error message instead of "Could not read file"?
for that you have - again - ask microsoft they designed the os you use and thus the error messages file operations return - tc shows you excactly what your os tells him.