ToolSet / com.zndevs.toolset.tools / FileCreation
FileCreation
object FileCreation
Tools to help with the creation of files with default text
Functions
| create | fun create(file: File, contents: String): Unitfun create(file: File, contents: ByteArray): UnitCreates a file |
| resourceToDataFile | fun resourceToDataFile(plugin: Plugin?, resourcePath: String, dataName: String): UnitCreates a data file from a plugin resource |