pub unsafe extern "C" fn svn_io_get_dir_filenames(
dirents: *mut *mut apr_hash_t,
path: *const c_char,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Read all of the disk entries in directory @a path, a utf8-encoded path. Set @a *dirents to a hash mapping dirent names (char *) to undefined non-NULL values, allocated in @a pool.
@note The .' and
..’ directories normally returned by
apr_dir_read() are NOT returned in the hash.
@since New in 1.4. @deprecated Provided for backward compatibility with the 1.6 API.