Skip to main content

unpack_pack

Function unpack_pack 

Source
pub fn unpack_pack<P: AsRef<Path>, Q: AsRef<Path>>(
    ccpack_path: P,
    output_dir: Q,
) -> Result<()>
Expand description

Unpack a .ccpack file to a directory

ยงArguments

  • ccpack_path - Path to the .ccpack file
  • output_dir - Directory where files will be extracted

Extracts all files from the pack to the output directory