Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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#
- Host: GitHub
- URL: https://github.com/dp247/filepathchecker
- Owner: dp247
- License: bsd-3-clause
- Created: 2021-07-19T20:32:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-23T00:24:11.000Z (almost 3 years ago)
- Last Synced: 2023-02-26T13:21:14.485Z (almost 2 years ago)
- Language: C#
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.