FS_GetPosition

C Specification

#include <nitro/fs.h>

u32 FS_GetPosition( const FSFile *p_file );

Arguments

p_file Address of the FSFile structure

Return Values

Returns the current seek position in the file.

Description

This acquires the current seek position in an open file.

See Also

FSFile, FS_SeekFile, FS_GetLength

Revision History

05/14/2004 Initial version.