(File):write
Write data to a file. Function Synopsis success, err = File:write( data, size ) Arguments string data The string data to write. number size (all) How many bytes to write.
Returns boolean success Whether the operation was successful. string err The error string if an error occurred.
Function Synopsis success, err = File:write( data, size ) Arguments Data data The Data object to write. number size (all) How many bytes to write.
Returns boolean success Whether the operat