vovoka-path / RenameFiles

MY PROJECT: App for renaming files that contains the specific string in a user-specified folder. Used Windows Forms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RenameFiles

Simple Windows Forms application.

RenameFiles is maintained by vovoka-path


Description

Finds all files containing the substring " copy" in the name in the folder specified by the user, and removes this substring in the file names.

Reason for creation

The task was set by the photographer. This saves him the hassle of manual renaming and speeds up photo processing.

What I have learned

  1. Use a folder dialog, search files by names and rename in Windows Forms.
  2. Release to .exe-file in Visual Studio.
  3. Application decomposition practice.
  4. Upload a project to GitHub via Visual Studio.
  5. Create readme.md and a release/tag on GitHub.
  6. Commit and create brunches.

How much time is spent

3,5 hours.

Study way

Comprehensive study by searching on the Internet.

Screenshots

Choose a folder Rename files Error

Download

RenameFiles.exe

About

MY PROJECT: App for renaming files that contains the specific string in a user-specified folder. Used Windows Forms.


Languages

Language:C# 64.3%Language:HTML 35.7%