pub unsafe extern "C" fn svn_io_check_resolved_path(
path: *const c_char,
kind: *mut svn_node_kind_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Like svn_io_check_path(), but resolve symlinks. This returns the same varieties of @a kind as svn_io_check_path().