|
Read the next entry from the specified directory. - Parameters:
-
| finfo | the file info structure and filled in by apr_dir_read |
| wanted | The desired apr_finfo_t fields, as a bit flag of APR_FINFO_ values |
| thedir | the directory descriptor returned from apr_dir_open |
- Remarks:
- No ordering is guaranteed for the entries read.
- Note:
- If
APR_INCOMPLETE is returned all the fields in finfo may not be filled in, and you need to check the finfo->valid bitmask to verify that what you're looking for is there. When no more entries are available, APR_ENOENT is returned.
|