zStatus zFile_Seek(zFile file, z64s offset, zSeekOrigin origin);
|
Parameters |
Description |
|
zFile file |
File stream object. |
|
z64s offset |
Offset by which to adjust the read/write pointer. |
|
zSeekOrigin origin |
Origin to which movement is relative (i.e. begin, current, end). |
Moves the read/write pointer position to the specified location.
zFile.h