#include <nitro/fs.h>u32 FS_GetPosition( const FSFile *p_file );This acquires the current seek position in an open file.
p_file |
FSFile structure's address |
Returns the current seek position in the file.
FSFile,
FS_SeekFile,
FS_GetLength
05/14/2004 Initial Version