Path Length Checker 1.1 (.NET)

Submit portable freeware that you find here. It helps if you include information like description, extraction instruction, Unicode support, whether it writes to the registry, and so on.
Post Reply
Message
Author
User avatar
Ascend4nt
Posts: 61
Joined: Fri Nov 19, 2010 10:37 am
Location: NJ, USA
Contact:

Path Length Checker 1.1 (.NET)

#1 Post by Ascend4nt »

Project Description
Path Length Checker is a stand-alone app that allows you to specify a root directory, and it gives you back a list of all paths (i.e. files and directories) in that root directory and their lengths. It includes features such as pattern matching and min/max length constraints, as well as the ability to specify a string that should replace the root directory in the results brought back, allowing you to quickly see path lengths if you were to move the files/folders to another location. Includes both GUI and command-line interfaces.
Homepage: https://pathlengthchecker.codeplex.com/
Download Page: https://pathlengthchecker.codeplex.com/ ... get/340696
Path Length Checker GUI
Path Length Checker GUI
Size: 376 KB uncompressed
Writes Settings to: No settings saved
How to extract: Extract the archive contents to a folder. Run PathLengthCheckerGUI.exe (or PathLengthChecker.exe for the command-line version)
Stealth [?]: Yes
License: Freeware
System Requirements: .NET 4.0*

There's already a few path length checker utilities out there, but I like the way this one displays the results and lets you see what would happen if you move a folder to a new location. It's also pretty fast.

*Note: The version of .NET required looks to be version 4.0, at least from looking at the source code project settings, but I haven't tested it with other versions.

bitcoin
Posts: 285
Joined: Sun Dec 31, 2017 6:32 pm

Re: Path Length Checker 1.1 (.NET)

#2 Post by bitcoin »

moved to Github and now at v1.2

https://github.com/deadlydog/PathLengthChecker

GUI is now resizable

Post Reply