FS_GetFileLength

Syntax


#include <nitro/fs.h>

u32	FS_GetFileLength(FSFile *file);

Arguments

file The FSFile structure with the file handle.

Return Values

Returns the size of the file.

Description

Gets the size of an open file.

See Also

FS_OpenFileEx
FS_GetFilePosition

Revision History

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


CONFIDENTIAL