A PHP, PERL, C library function for opening a directory handle. Questions are about the workings or issues with the opendir function.
The opendir()
function is used to open up a directory handle to be used in subsequent closedir()
, readdir()
, and rewinddir()
calls.
Links:
Related