#include <nitro/fs.h>
u32 FS_GetLength( const FSFile *p_file );
p_file |
Address of the FSFile structure |
Returns the size of the file.
This acquires the size of an open file.
FSFile, FS_OpenFile, FS_OpenFileFast, FS_CloseFile
04/01/2004 Initial version.