commands/files library

Functions

commandFile(List args) File
Function of file command
commandFileAppend(List args) → void
Function of file_append command
commandFileCopy(List args) File
Function of file_copy command
commandFileCreate(List args) → void
Function of file_create command
commandFileExists(List args) bool
Function of file_exists command
commandFileReadBytes(List args) List<int>
Function of file_readb command
commandFileReadString(List args) String
Function of file_read command
commandFileRemove(List args) → void
Function of file_remove command
commandFileWriteBytes(List args) → void
Function of file_writeb command
commandFileWriteString(List args) → void
Function of file_write command