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 Path1 : Path to theCARfile.Destination Path2 : Path to write the unpacked files to.Create Path If Missing3 : Creates the destination path to where the unpacked files should be written to if it is missing.Overwrite Existing File4 : If set to false and the file exists this function will abort with failure. Otherwise, an existing file will be overwritten.

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