Skip to main content

relpath_dirname

Function relpath_dirname 

Source
pub fn relpath_dirname(relpath: &str) -> Result<String, Error<'static>>
Expand description

Get the dirname (parent directory) of a relative path.

Wraps svn_relpath_dirname.