Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dp247/filepathchecker

Simple batch file path checker written in C#
https://github.com/dp247/filepathchecker

Last synced: 23 days ago
JSON representation

Simple batch file path checker written in C#

Awesome Lists containing this project

README

        

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.