The buffer containing the bytes which will be written to the file.
The number of bytes to write at a time.
The number of times to write objSize bytes.
The total number of bytes written. Note that this differs from PHYSFS_read, which returns the number of objects written.
DefileException if an error occurs.
A wrapper for PHYSFS_write.
Writes data to a file. Note that the file must have been opened with the OpenFor.Write or OpenFor.Append flag set. See the documentation for PHYSFS_write for details.