commands/files library
Functions
-
commandFile(
List args) → File -
Function of
filecommand -
commandFileAppend(
List args) → void -
Function of
file_appendcommand -
commandFileCopy(
List args) → File -
Function of
file_copycommand -
commandFileCreate(
List args) → void -
Function of
file_createcommand -
commandFileExists(
List args) → bool -
Function of
file_existscommand -
commandFileReadBytes(
List args) → List< int> -
Function of
file_readbcommand -
commandFileReadString(
List args) → String -
Function of
file_readcommand -
commandFileRemove(
List args) → void -
Function of
file_removecommand -
commandFileWriteBytes(
List args) → void -
Function of
file_writebcommand -
commandFileWriteString(
List args) → void -
Function of
file_writecommand