FS_GetPosition


C Specification

#include <nitro/fs.h>

u32 FS_GetPosition( const FSFile *p_file );

Description

This acquires the current seek position in an open file.

Arguments

p_file FSFile structure's address

Return Values

Returns the current seek position in the file.

See Also

FSFile, FS_SeekFile, FS_GetLength

Revision History

05/14/2004 Initial Version