File system
File system rewinddir
// INCLUDE
#include <dirent.h>
// PROTOTYPE
void rewinddir(DIR* pdir)
Starts scanning the directory from the beginning again.
dirp
: TheDIR*
returned byopendir
.
// INCLUDE
#include <dirent.h>
// PROTOTYPE
void rewinddir(DIR* pdir)
Starts scanning the directory from the beginning again.
dirp
: The DIR*
returned by opendir
.