Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 633 Bytes

File metadata and controls

17 lines (10 loc) · 633 Bytes

Batch File Renamer

Screenshot

Batch File Renamer

Summary

  • This project is written in C# as a Windows Forms App.
  • File naming rules: "Only a-z, A-Z, 0-9, dot (" . "), dash (" - "), underscore (" _ "), parenthesis ( ( , ) ), and square brackets ( [ , ] ) are allowed. Pound ( # ) is used for specifying the numbering pattern. e.g.: My_New-File.name-01-###. Maximum file name length is 64 characters."

To-Dos in future updates

  • Implement the maximum file name length checker.
  • Implement INFO and ERROR logging.
  • Add icon to MainForm.