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