A simple and effective C# tool to organize and clean up your folders.
- Windows OS
- .NET 9.0 Runtime installed (required to run the application)
- Organize files by their type (extension) into corresponding folders
- Clean music file names by removing unwanted leading characters
- Trim whitespace from file names
- Replace underscores with spaces in file names
- Remove brackets and the content inside them from file names
- Handles duplicates by moving conflicting files to a
duplicate
folder - Recursively processes subfolders while ignoring newly created ones during the operation
- Clone or download the repository.
- Open the solution in Visual Studio.
- Build and run the application.
- Select the folder you want to organize.
- Choose which operations to perform using the checkboxes.
- Click Organize and let the tool do the rest!
The app scans your selected folder and its existing subfolders (ignoring folders created during the operation), then applies selected transformations to file names and file locations safely. If a rename conflicts with an existing file, the original file is moved to a duplicate
folder inside the same directory.
The first official release of ArG's Folder Organizer is now available! You can find the release assets, including the compiled executable, on the GitHub Releases page.
MIT License — see the LICENSE file for details.