This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Get the location associated with the directory stream
#include <dirent.h> long int telldir( DIR * dirp );
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
The telldir() function obtains the current location associated with the directory stream specified by dirp.
The current position of the specified directory stream, or -1 if an error occurs (errno is set).
Safety: | |
---|---|
Cancellation point | Yes |
Interrupt handler | No |
Signal handler | No |
Thread | No |
closedir(), errno, lstat(), opendir(), readdir(), readdir_r(), rewinddir(), seekdir(), stat()