Embedded TCP/IP stack
4.7.0
|
void fnet_fs_rewinddir | ( | fnet_fs_dir_t | dir | ) |
Resets a directory position.
dir | Directory descriptor. |
This function resets the position of the directory descriptor dir
to the beginning of the directory, so that if the fnet_fs_readdir() function will be called it returns information about the first entry in the directory again.