pub unsafe extern "C" fn svn_dirent_get_absolute(
pabsolute: *mut *const c_char,
relative: *const c_char,
result_pool: *mut apr_pool_t,
) -> *mut svn_error_tExpand description
Convert @a relative canonicalized dirent to an absolute dirent and return the results in @a *pabsolute. Raise SVN_ERR_BAD_FILENAME if the absolute dirent cannot be determined.
Allocate the result in @a result_pool.
@since New in 1.6.