FS_GetPosition

Syntax


#include <nitro/fs.h>

u32	FS_GetPosition(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. This function is the same as the FS_GetFilePosition function. It was created for the sake of compatibility, but the use of FS_GetFilePosition is now recommended.

See Also

FS_GetFilePosition

Revision History

2008/12/04 Deleted the const argument modification.
2007/09/18 Changed text to recommend FS_GetFileLength.
2004/05/14 Initial version.


CONFIDENTIAL