C# application that will rename all files in a source folder using output file options. The app can also copy all files from the source folder to a destination folder, also with output options.
Input: [Source Folder]
Workdata: [filename at iteration (n)]
Output: [prefix]+[zero padded iteration (n+1)] + [new filename] + [suffix] + [zero padded iteration (n+1)].[extension]
Empty/Unchecked options will be ignored