Skip to content

A simple java library that allows you to easily manage files

License

Notifications You must be signed in to change notification settings

MV-Studio14/FileJM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileJM

FileJM icon

FileJM is a library that makes it easy to

  • create
  • modify
  • delete files
  • parse / build file paths

Build

JDK version: >= 8 IDE: IntelliJ Build command (in /src):

javac org/FileJM/FileJM.java

jar cf FileJM.jar org

###Todo

  • Add read / write binary file