telldir

名称:获取当前的读写位置(目录流中的读写位置)

总揽:

    #include<dirent.h>
    off_t telldir(DIR *dir)

描述:

    返回目录流dir当前的读取位置

参见:rewinddir telldir