FS_GetLength

Syntax


#include <nitro/fs.h>

u32	FS_GetLength(FSFile *file);

Arguments

file The FSFile structure with the file handle.

Return Values

Returns the size of the file.

Description

This gets the size of an open file. This function is the same as the FS_GetFileLength function. It was created for the sake of compatibility, but the use of FS_GetFileLength is now recommended.

See Also

FS_GetFileLength

Revision History

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


CONFIDENTIAL