Get the location associated with the directory stream
#include <dirent.h> long int telldir( DIR * dirp );
libc
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()