File system

File system rewinddir

rewinddir

// INCLUDE
#include <dirent.h>

// PROTOTYPE
void rewinddir(DIR* pdir)

Starts scanning the directory from the beginning again.

  • dirp: The DIR* returned by opendir.