Skip to main content

unpack

Function unpack 

Source
pub fn unpack(in_path: &Path, target_dir: &Path) -> Result<u64>
Expand description

Unpack the container at in_path into target_dir (created if missing; refuses to overwrite an existing non-empty dir to avoid clobbering live data).