Location:
dirent.h
IMPORT_C void rewinddir(DIR *);
Sets the position (associated with the directory stream that dirp points to) to the beginning of the directory. Additionally, it causes the directory stream to refer to the current state of the corresponding directory.
|