Functions | |
apr_status_t | apr_dir_open (apr_dir_t **new_dir, const char *dirname, apr_pool_t *cont) |
apr_status_t | apr_dir_close (apr_dir_t *thedir) |
apr_status_t | apr_dir_read (apr_finfo_t *finfo, apr_int32_t wanted, apr_dir_t *thedir) |
apr_status_t | apr_dir_rewind (apr_dir_t *thedir) |
|
close the specified directory.
|
|
Open the specified directory.
|
|
Read the next entry from the specified directory.
|
|
Rewind the directory to the first entry.
|