#include <revolution/vf.h>
s32 VFGetFileSizeByFd( VFFile* file );
file |
The file descriptor. |
Success: File size (0 or higher)
Failure: -1 (at this time, VF errors can be verified with VFGetLastError)
Gets the file size in bytes from the file descriptor.
2006/06/09 Release.
CONFIDENTIAL