FS_GetFilePosition

Syntax


#include <nitro/fs.h>

u32	FS_GetFilePosition(FSFile *file);

Arguments

file The FSFile structure with the file handle.

Return Values

Returns the current seek position in the file.

Description

This acquires the current seek position in an open file.

See Also

FS_OpenFileEx
FS_GetFileLength
FS_SeekFile

Revision History

2008/12/04 Deleted the const argument modification.
2007/09/18 Initial version.


CONFIDENTIAL