SYMBIAN OS V9.3
» Symbian OS v9.3 » Symbian OS reference » C++ component reference » System Libraries STDLIB » stat()
Location: stat.h
stat.h
stat()
IMPORT_C int stat(const char *_path, struct stat *_sbuf);
Gets the size of a file.
const char *_path
struct stat *_sbuf
stat
int
On Success, returns 0. On Failure, returns -1, errno may be set.
Copyright ©2008 Symbian Software Ltd.