pub unsafe extern "C" fn svn_path_is_dotpath_present(
path: *const c_char,
) -> svn_boolean_tExpand description
Test to see if a dotpath, i.e. ‘.’, is present in @a path. If not, return @c FALSE. If so, return @c TRUE.
@since New in 1.6.
pub unsafe extern "C" fn svn_path_is_dotpath_present(
path: *const c_char,
) -> svn_boolean_tTest to see if a dotpath, i.e. ‘.’, is present in @a path. If not, return @c FALSE. If so, return @c TRUE.
@since New in 1.6.