A wrapper for PHYSFS_openRead, PHYSFS_openWrite, and PHYSFS_openAppend.
A file must be opened before any operations can be performed on it.
Failure to do so should be considered undefined behavior, but will
most likely result in exceptions being thrown.
See the documentation for PHYSFS_openRead, PHYSFS_openWrite and
PHYSFS_openAppend for more details.
A wrapper for PHYSFS_openRead, PHYSFS_openWrite, and PHYSFS_openAppend.
A file must be opened before any operations can be performed on it. Failure to do so should be considered undefined behavior, but will most likely result in exceptions being thrown.
See the documentation for PHYSFS_openRead, PHYSFS_openWrite and PHYSFS_openAppend for more details.