

#include <nitro/fs.h>
u32 FS_GetPosition(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. This function is the same as the FS_GetFilePosition function. It was created for the sake of compatibility, but the use of FS_GetFilePosition is now recommended.
2008/12/04 Deleted the const argument modification.
2007/09/18 Changed text to recommend FS_GetFileLength.
2004/05/14 Initial version.
CONFIDENTIAL