/JFileExplorer

File Explorer written on Java with Swing

Primary LanguageJava

JFileExplorer

File Explorer written with Java and Swing.

image

Running the program

Run the project with ./gradlew run (UNIX), or gradlew.bat run (NT)

TODO

  • Implement directory traversal (done)
  • Implement file creation (done)
  • Implement rename (done)
  • Implement folder copying with contents
  • Implement letter drives (e.g. C:, D:) for Windows