Author: MVV
Posted: Mon Aug 08, 2016 2:31 pm (GMT -6)
Well, this is only related to .NET (which hasn't supported long paths w/o third-party libraries earlier).
This seems to be related to native applications too, but TC already supports long paths via mentioned prefix \\?\ so there is nothing that may be improved. But most plugins do not support long paths and may have e.g. fixed-size buffers so it is a bad idea to pass such paths to them.
_________________
TCFS2 + TCFS2Tools: Full-screen mode for TC etc (forum)
TOTALCMD.NET: AskParam, CopyTree, NTLinks, Sudo, VirtualPanel
Posted: Mon Aug 08, 2016 2:31 pm (GMT -6)
.NET Blog wrote: |
This new capability is enabled for applications that target the .NET Framework 4.6.2 (or later). |
Well, this is only related to .NET (which hasn't supported long paths w/o third-party libraries earlier).
Jeremy Kuhne's Blog wrote: | ||
The key File and Directory Management APIs respect this and now allow you to skip the check for MAX_PATH without having to resort to using \\?\ (look back to my earlier posts on path formats to understand how this works).
...
|
This seems to be related to native applications too, but TC already supports long paths via mentioned prefix \\?\ so there is nothing that may be improved. But most plugins do not support long paths and may have e.g. fixed-size buffers so it is a bad idea to pass such paths to them.
_________________
TCFS2 + TCFS2Tools: Full-screen mode for TC etc (forum)
TOTALCMD.NET: AskParam, CopyTree, NTLinks, Sudo, VirtualPanel