/FilePathChecker

Simple batch file path checker written in C#

Primary LanguageC#BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

4

File Path Checker

File Path Checker is a command-line application designed to check the validity of a list of file paths. It's designed to take the monotony out of checking if thousands of files exist by repeatedly calling .NET's File.Exists function for each line of an input file.

The program will parse the input file into two lists - valid files, where the file path exists and can be located; and invalid files, where the file cannot be found.