ToolSet / com.zndevs.toolset.tools / FileCreation / create
create
fun create(file: File, contents: String): Unit
fun create(file: File, contents: ByteArray): Unit
Creates a file
Parameters
file - The file to create
contents - The contents of the file to create