Skip to content

SilamArasu/File-Explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File-Explorer

Pending: To be updated and optimised using OOPS concepts and stuffs

A File Explorer in Java that performs simple operations like Open,Rename,Delete,Copy,Move,Paste a file/folder. In addition to that, it has options to zip/unzip multiple files, Encrypt/Decrypt a file and Null FileFinder which searches for all empty files in a given directory and allows a user to delete it.

Prerequisite

Add the Commons-IO and Commons-Compress libraries in the "files" folder to your project.

How it Looks like

App image

You can see the explorer has normal functionalities that every explorer is supposed to have like Open,Rename,Delete,Copy,Move and Paste.

Additional Features

Additional features includes Zip/Unzip,NullFileFinder and Encrypt/Decrypt.

Zip/Unzip
App image App image
You can zip a file/folder by selecting the file and clicking "Zip" Button. The Unzip works the same way.
NullFileFinder

App image

This feature finds the Null files in current working directory only. You can select multiple files by holding down Ctrl key and selecting.
Encrytion/Decryption
App image App image

You can encrypt a file by a key. The Encryption alogorithm used here is AES. The Decrytion works the same way.

Execution

Run the file by the compiling and executing the "File_Explorer.java" file. Or if you are a lazy one, just double-click the "File_Explorer.jar" in the files folder.

About

File Explorer using Java Swing

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages