Skip to content

The File Organizer is a Java program designed to organize files into specific folders based on their file extensions. It allows you to specify a directory path, searches for files within that directory, and moves them to categorized folders.

Notifications You must be signed in to change notification settings

KishonShrill/FileOrganizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Number System Converter

A personal project to learn more about manipulating files by creating directories(Folders) and moving files into their respective groups by file extensions. It is also a cool way to flex that I can clean my files in an orderly manner and not have scattered files everywhere.


Author

This program was developed by Chriscent Pingol.

Version

This README describes version 2.0 of the File Organizer program.

Contacts

If you have any recommendations and/or feedback contact me through gmail.


Table of Contents

Users

Programmers and Developers


Description

The File Organizer is a Java program designed to organize files into specific folders based on their file extensions. It allows you to specify a directory path, searches for files within that directory, and moves them to categorized folders.

Functionality

  1. The program searches for files in the specified directory and its subdirectories.
  2. Each file is categorized based on its file extension and moved to the corresponding folder.
  3. The program supports various file extensions and assigns them to appropriate categories such as PDFs, Images, Documents, Data, Archives, Executables, Music, and Videos.
  4. If a folder for a specific category doesn't exist, it is created automatically.
  5. The program displays pop-up messages to inform you about the absolute path of the organized directory, folder creation status, and successful file movement.

Supported Extensions

Picture of a List of File Extensions currently supported by the application

How to Use

Before you open the app, download the latest Java version here and click "Download Java".

  • Check whether app came with a folder named organizeFolder
    • If not, create a new folder and name it <organizerFolder>
    • The application will only look for a folder named <organizerFolder>, it is spelling and case-sensitive, only the letter F is capitalized.
  • Launch(Open) the File Organizer App.
  • The first Popup will appear to show you where the application is currently located.
  • The proceeding Popups will inform you that certain folders are created for sorting.
  • After you receive the last Popup saying "File Organizer Complete!", check the organizeFolder to see your newly organized files in their respective folders.

Error

Can't open file - "A java exception has occurred"


For programmers and Developers

Usage

  1. Compile and run the FileOrganizer class.
  2. Specify the directory path where the files to be organized are located.
  3. The program will search for files in the specified directory and its subdirectories.
  4. Files will be categorized based on their extensions and moved to respective folders.
  5. Pop-up messages will provide information on the process, including the absolute path of the organized directory.

About

The File Organizer is a Java program designed to organize files into specific folders based on their file extensions. It allows you to specify a directory path, searches for files within that directory, and moves them to categorized folders.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages