Skip to main content

svn_path_is_dotpath_present

Function svn_path_is_dotpath_present 

Source
pub unsafe extern "C" fn svn_path_is_dotpath_present(
    path: *const c_char,
) -> svn_boolean_t
Expand 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.