

#include <nitro/fs.h>
u32 FS_GetLength(FSFile *file);
file |
The FSFile structure with the file handle. |
Returns the size of the file.
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.
2008/12/04 Deleted the const argument modification.
2007/09/18 Changed text to recommend FS_GetFileLength.
2004/04/01 Initial version.
CONFIDENTIAL