Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: dirent.h

rewinddir()

IMPORT_C void rewinddir(DIR *);

Description

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.

Parameters

DIR *

Points to the directory stream of the directory to rewind.