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 Path1 : Path to the source file or directory.Destination Path2 : Path to write theCARfile to.Car File Name3 : Name of theCARfile.Create Path If Missing4 : Creates the destination path to where theCARfile will be written to if it is missing.Overwrite Existing File5 : 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 string containing the path to the packed CAR file Car File Path 6.