About this project
A file sorting utility built in Java that automatically categorises files based on their type, extension, or other attributes. The tool scans directories and organises files into appropriate categories.
The CategorizedFileSorter handles the logic of reading directory contents, identifying file types, and moving or copying files into organised folder structures. It demonstrates practical use of Java's file I/O APIs.
This utility project shows how Java can be used for everyday automation tasks — turning a tedious manual process into a one-click solution.
Key Features
- Automatic file categorisation
- Directory scanning
- File type detection
- Organised output structure
- Java file system APIs