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.
A pointer to the object(s) that will be written to file.
The number of bytes to write at a time.
The number of times to write objSize bytes.
The total number of objects written.
DefileException if an error occurs.
See Implementation
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.