Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 509 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 509 Bytes

just-rename-it

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

screenshot