pub unsafe extern "C" fn svn_io_dir_empty(
is_empty_p: *mut svn_boolean_t,
path: *const c_char,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Set @a *is_empty_p to @c TRUE if directory @a path is empty, else to @c FALSE if it is not empty. @a path must be a directory, and is utf8-encoded. Use @a pool for temporary allocation.