Skip to main content

member_child

Function member_child 

Source
pub fn member_child(parent: &str, name: &str) -> String
Expand description

Append name as an ordinary member of parent (the / separator).

Used for directory entries and for structure inside an extracted archive. An empty parent yields name unchanged (root-level entries).