SYMBIAN OS V9.3
» Symbian OS v9.3 » Symbian OS reference » C++ component reference » System Libraries STDLIB » open()
Location: fcntl.h
fcntl.h
open()
IMPORT_C int open(const char *, int,...);
Opens the file which name is stored in the file string.
const char *
int
...
On Success, a non-negative integer representing the lowest numbered unused file descriptor. On Failure, returns -1, errno may be set.
Copyright ©2008 Symbian Software Ltd.