Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: fcntl.h

open()

IMPORT_C int open(const char *, int,...);

Description

Opens the file which name is stored in the file string.

Parameters

const char *

int

...

Return value

int

On Success, a non-negative integer representing the lowest numbered unused file descriptor. On Failure, returns -1, errno may be set.