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.
Add the Commons-IO and Commons-Compress libraries in the "files" folder to your project.
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 includes Zip/Unzip,NullFileFinder and Encrypt/Decrypt.
You can zip a file/folder by selecting the file and clicking "Zip" Button. The Unzip works the same way. This feature finds the Null files in current working directory only. You can select multiple files by holding down Ctrl key and selecting.You can encrypt a file by a key. The Encryption alogorithm used here is AES. The Decrytion works the same way.
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.
