SYMBIAN OS V9.2
» Symbian OS v9.2 » Symbian OS reference » C++ component reference » Syslibs 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 ©2007 Symbian Software Ltd.