You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Francisco Solis edited this page Dec 31, 2021
·
1 revision
Welcome!
Welcome to the FilesModule wiki!
What's included here?
Yaml configurations
Json configurations
Properties configurations
File Class Extensions like File#folder and File#file
File Extensions
File#folder: This will allow you to use the current file as folder, and if it doesn't exists it'll be created using File#mkdirs
File#file: If the current file doesn't exists the code will try to create it using File#createNewFile
Configurations
Json Configurations: This will allow you to manage not only files but Json Objects with the Google Gson dependency! (Remember to use the one under the package xyz.theprogramsrc.simplecoreapi.libs.google.gson)
Yaml Configurations: Use the power of Simple Yaml you'll be able to create files with the Bukkit Yml style!
Properties Configurations: Just a helper to easily handle .properties files!