Skip to main content

svn_path_is_single_path_component

Function svn_path_is_single_path_component 

Source
pub unsafe extern "C" fn svn_path_is_single_path_component(
    name: *const c_char,
) -> svn_boolean_t
Expand description

Test that @a name is a single path component, that is:

  • not @c NULL or empty.
  • not a `/’-separated directory path
  • not empty or `..’