Easily process files from command line arguments. https://github.com/pczajkowski/ProcessFiles
Piotr Czajkowski 1be0016fa6 Corrected build | 4 years ago | |
---|---|---|
.github | 4 years ago | |
CoreProcessFiles | 4 years ago | |
CoreProcessFilesTests | 4 years ago | |
NETProcessFiles | 4 years ago | |
NETProcessFilesTests | 4 years ago | |
ProcessFiles | 4 years ago | |
ProcessFilesTests | 4 years ago | |
.gitignore | 4 years ago | |
LICENSE.md | 4 years ago | |
ProcessFiles.sln | 4 years ago | |
README.md | 4 years ago |
I'm creating lots of command line tools, so it's really helpful that I can just pass array of arguments and a delegate to this library. See tests to get idea on how it works.