Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: dirent.h

telldir()

IMPORT_C off_t telldir(const DIR *);

Description

Returns the current location associated with the directory stream dir.

Parameters

const DIR *

Points to the directory stream of the directory

Return value

off_t

the current location in the directory stream or -1 if an error occurs.