Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: stat.h

stat()

IMPORT_C int stat(const char *_path, struct stat *_sbuf);

Description

Gets the size of a file.

Parameters

const char *_path

struct stat *_sbuf

Return value

int

On Success, returns 0. On Failure, returns -1, errno may be set.