#include <nitro/fs.h>
u32 FS_GetFilePosition(FSFile *file);
file |
The FSFile structure with the file handle. |
Returns the current seek position in the file.
This acquires the current seek position in an open file.
FS_OpenFileEx
FS_GetFileLength
FS_SeekFile
2008/12/04 Deleted the const
argument modification.
2007/09/18 Initial version.
CONFIDENTIAL