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