#include <revolution/vf.h>
s32 VFGetFileSize( const char* path );
s32 VFGetFileSizeW( const VFWchar* path );
path |
The address storing the path and file name. Either a full or relative path may be specified. |
Success: File size (0 or higher) Failure: -1 (at this time, VF errors can be verified with VFGetLastError)
Gets the file size in bytes.
2006/05/31
2007/05/08 Added explanation of Return Values.
CONFIDENTIAL