File Sorter is a C# Windows Forms application that automatically organizes files into folders based on their extensions.
It supports presets, custom folder/extension configurations, batch selection, and an undo function to restore files to their original locations.
- Clone the repository:
git clone https://github.com/yourusername/File-Sorter.git
- Open the solution in Visual Studio.
- Build and run the project.
- Launch the application.
- Select or create a preset that defines folders and file extensions.
- Choose a main folder where files will be sorted.
- Click Sort to automatically organize files into their respective folders.
- If needed, use the Undo button to revert the last sorting operation.
- Organize files into folders by extension (e.g.,
.jpg,.pdf,.mp3). - Create and manage presets for reusable sorting rules.
- Add/remove folders and extensions dynamically.
- Use Select All for bulk extension management.
- Parallelized sorting for faster performance.
- Undo functionality to restore files to their original locations.