Move or copy files from a source folder to multiple target folders based on their file name. Useful for categorizing huge number of photo files from a single folder into monthly-basis folders.
Creating as an .NET Core 1.1 Console Application
- Uses CommandLineApplication from
Microsoft.Extensions.CommandLineUtils