append_dir_entry

Function append_dir_entry 

Source
fn append_dir_entry<W: Write>(
    tar_builder: &mut Builder<W>,
    path: &str,
) -> Result<()>