Symbian
Symbian OS Library

SYMBIAN OS V9.2

[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.