opendir dirhandle, directory
Opens a directory for processing by readdir, telldir, seekdir, rewinddir, and closedir. The function returns true if successful. Directory handles have their own namespace separate from filehandles.
readdir
telldir
seekdir
rewinddir
closedir
Copyright © 2001 O'Reilly & Associates. All rights reserved.