This program sorts files and folders on the user's desktop into specific subfolders based on their file type or other criteria. This is a modified version of the Messy Desktop Cleaner program.
🇺🇸 | 🇨🇳 | 🇹🇼 | 🇮🇳 | 🇫🇷 | 🇦🇪 | 🇩🇪 | 🇯🇵 | 🇪🇸 |
---|---|---|---|---|---|---|---|---|
English | 简体中文 | 繁体中文 | हिंदी | Française | عربى | Deutsch | 日本語 | Español |
- Sorts files into subfolders based on file type (e.g., images, audio, videos, etc.)
- Reads a configuration file (config.json) to determine which file extensions belong to which categories
- Creates a default configuration file if it doesn’t already exist
- Logs actions to a log file (log.txt) for troubleshooting purposes
- Download the program and place it in a directory of your choice.
- Run the program. It will automatically sort the files and folders on your desktop.
- (Optional) Modify the config.json file to customize the sorting behavior.
This program is a modified version of the Messy Desktop Cleaner program. The code was modified by qzxtu.
Q: What does this program do?
A: This program sorts files and folders on the user’s desktop into specific subfolders based on their file type or other criteria.
Q: How does this program determine which files go into which subfolders?
A: The program reads a configuration file (config.json) to determine which file extensions belong to which categories (e.g., images, audio, videos, etc.). You can modify this file to customize the sorting behavior.
Q: What if the config.json file doesn’t exist?
A: If the config.json file doesn’t exist, the program will create a default one with pre-defined values for each category.
This project is licensed under the MIT License. See the LICENSE file for details.