#include <nitro/fs.h>
u32 FS_GetFileLength(FSFile *file);
file |
The FSFile structure with the file handle. |
Returns the size of the file.
Gets the size of an open file.
FS_OpenFileEx
FS_GetFilePosition
2008/12/04 Deleted the const
argument modification.
2007/09/18 Initial version.
CONFIDENTIAL