file
uxn_file_success
Parameters: cell file
Returns cell success
Returns the success value for that file
uxn_open_file
Parameters: ptr Array name, cell file
Opens a file
uxn_set_append
Parameters: cell append?, cell file
If append?
is 1, then writes to file
will append. If it is 0, then the whole
file will be overwritten
uxn_write_file
Parameters: addr where, cell length, cell file
Writes length
bytes from where
to file
uxn_write_file_array
Parameters: ptr Array arr, cell file
Writes the contents of arr
to file
uxn_file_delete
Parameters: cell file
Deletes file
uxn_read_file
Parameters: addr where, cell length, cell file
Reads length
bytes from file
and writes them to where
uxn_file_size
Parameters: cell file
Returns cell size
Returns the size of the file