Skip to content

This tiny console application finds any path that is longer than a specific length and writes the path and its length to the console and debug outputs.

Notifications You must be signed in to change notification settings

sincladk/FindLongFilePaths

Repository files navigation

FindLongFilePaths

This tiny console application finds any path that is longer than a specific length and writes the path and its length to the console and debug outputs.

Usage

FindLongFilePaths.exe [<file-path>] [<max-file-path-length>]

Configuration Options

  • Starting File Path (default: current directory)
    • Can be passed-in on the command line (first argument)
  • MaxFilePathLength (default: 200)
    • Can be passed-in on the command line (second argument) or provided in the app.config file

Examples

Find file paths in the C:\git\repo\Custom.Content.Project folder that are 260 characters or longer

FindLongFilePaths.exe "C:\git\repo\Custom.Content.Project" 260

About

This tiny console application finds any path that is longer than a specific length and writes the path and its length to the console and debug outputs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages