pub fn child_relative_path(
parent: &str,
name: &[u8],
is_collection: bool,
) -> Result<String, DavPathError>Expand description
Returns a child path with collection trailing-slash semantics.
ยงErrors
Returns DavPathError when the child name is invalid or escapes the parent path.