Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vovoka-path/renamefiles
App for renaming files that contains the specific string in a user-specified folder. Used Windows Forms.
https://github.com/vovoka-path/renamefiles
csharp csharp-code junior-developer renamefiles simple-app windowsforms winforms
Last synced: 9 days ago
JSON representation
App for renaming files that contains the specific string in a user-specified folder. Used Windows Forms.
- Host: GitHub
- URL: https://github.com/vovoka-path/renamefiles
- Owner: vovoka-path
- Created: 2021-02-17T17:44:08.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-23T17:01:43.000Z (about 3 years ago)
- Last Synced: 2025-01-26T11:43:17.667Z (9 days ago)
- Topics: csharp, csharp-code, junior-developer, renamefiles, simple-app, windowsforms, winforms
- Language: C#
- Homepage:
- Size: 202 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RenameFiles
*Simple Windows Forms application.*RenameFiles is maintained by [vovoka-path](https://github.com/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.
4. Application decomposition practice.
5. Upload a project to GitHub via Visual Studio.
6. Create readme.md and a release/tag on GitHub.
7. 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](https://github.com/vovoka-path/RenameFiles/blob/master/images/ChooseFolder-RenameFiles.png)
![Rename files](https://github.com/vovoka-path/RenameFiles/blob/master/images/Rename-RenameFiles.png)
![Error](https://github.com/vovoka-path/RenameFiles/blob/master/images/Error-Rename%20Files.png)## Download
[RenameFiles.exe](https://github.com/vovoka-path/RenameFiles/raw/master/RenameFiles.zip "RenameFiles.zip")