- Sep
- 2
- 0
For quite some time, 4NT has been unable to handle EXTREMELY long path names. I know CMD isn't a saint here either, nor is explorer.
However, some tools (e.g. JAR) seem to manage to create path hierarchies that go deeper than the traditional MAX_PATH length, and some tools (eg JAVA) have no trouble handling these paths.
Cleaning up such directories, however, is not possible with 4NT, and I always have to revert to a relatively simple CMD command
echo y | rd /s [longdir]
It would be great if 4NT/TCC could be somewhat enhanced in this area!
Thank you for an outstanding product!
However, some tools (e.g. JAR) seem to manage to create path hierarchies that go deeper than the traditional MAX_PATH length, and some tools (eg JAVA) have no trouble handling these paths.
Cleaning up such directories, however, is not possible with 4NT, and I always have to revert to a relatively simple CMD command
echo y | rd /s [longdir]
It would be great if 4NT/TCC could be somewhat enhanced in this area!
Thank you for an outstanding product!