The File Organizer is a simple C++ program that helps you organize files in a target directory by categorizing them into specific folders based on their file extensions.
- Automatically organizes files in a directory into separate folders based on their extensions.
- Supports categorization for various file types: pictures, videos, documents, and music.
- Any files with unsupported extensions will be placed in the "others" folder.
- Clone this repository to your local machine or download the source code.
- Compile the C++ program using a C++ compiler (e.g., g++, Visual Studio, etc.).
- Run the compiled executable and follow the prompts.
- The program will create subfolders for each category and move the corresponding files accordingly.
- Make sure you have a C++ compiler installed on your system.
- Clone this repository to your local machine using the following command:
git clone https://github.com/QosmosTheQ/file-organizer.git
- Navigate to the repository directory:
cd file-organizer
- Compile the program using a C++ compiler. For example:
g++ main.cpp -o file-organizer
- Run the program:
./file-organizer
- Follow the on-screen instructions to provide the target directory you want to organize.
This project is licensed under the MIT License. See LICENSE for details.
Feel free to contribute, open issues, or provide suggestions for improvements! I welcome any contributions.