pub fn create<P1, P2>( input_dir_path: P1, output_dir_path: P2, ) -> Result<(), ErrorKind>where P1: AsRef<Path>, P2: AsRef<Path>,
Create the pack file with the contents of the specified directory.