write
fun write(importName: String, fileName: String, toWrite: String, recursive: Boolean = false)
Content copied to clipboard
Writes a file to folder in modules.
Parameters
import Name
name of the import
file Name
name of the file
to Write
string to write in file
recursive
whether to create folders to the file location if they don't exist
fun write(fileLocation: String, toWrite: String, recursive: Boolean = false)
Content copied to clipboard
Writes a file to anywhere on the system. Use "./" for the ".minecraft" folder.
Parameters
file Location
the location and file name
to Write
string to write in file
recursive
whether to create folders to the file location if they don't exist