Easily process files from command line arguments. https://github.com/pczajkowski/ProcessFiles

Piotr Czajkowski 14581c8736 Added ProcessFolderRecursiveMultipleExtensionsTest 1 rok temu
.github e94d7cbcd8 Not needed 2 lat temu
ProcessFiles c8b62fd8d4 Supports more than one extension 1 rok temu
ProcessFilesTests 14581c8736 Added ProcessFolderRecursiveMultipleExtensionsTest 1 rok temu
.gitignore 65a3d09529 Added .idea/ 4 lat temu
LICENSE.md 66e4291ceb Added license 4 lat temu
ProcessFiles.sln 1a28aab078 Feels saner 4 lat temu
README.md a7e934f5f7 Some description 4 lat temu

README.md

ProcessFiles

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.