Skip to main content
Version: 3.1.0

Unpack CAR File

Unpack CAR File Unpacks all files contained in the specified CAR file to the destination path. This function requires inputs as follows:

  • CAR File Path 1 : Path to the CAR file.
  • Destination Path 2 : Path to write the unpacked files to.
  • Create Path If Missing 3 : Creates the destination path to where the unpacked files should be written to if it is missing.
  • Overwrite Existing File 4 : If set to false and the file exists this function will abort with failure. Otherwise, an existing file will be overwritten.

Extract Public Key

If successful, returns a list of names for the unpacked files Unpacked File Names 5.