Skip to main content
Version: 2.0.0

Pack CAR File

Pack CAR File Packs a file or directory (non-recursively) as a CAR file. This function requires inputs as follows:

  • Source File Path 1 : Path to the source file or directory.
  • Destination Path 2 : Path to write the CAR file to.
  • Car File Name 3 : Name of the CAR file.
  • Create Path If Missing 4 : Creates the destination path to where the CAR file will be written to if it is missing.
  • Overwrite Existing File 5 : 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 string containing the path to the packed CAR file Car File Path 6.