svn_io_dir_make

Function svn_io_dir_make 

Source
pub unsafe extern "C" fn svn_io_dir_make(
    path: *const c_char,
    perm: apr_fileperms_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Wrapper for apr_dir_make(). @a path is utf8-encoded.