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 theCAR
file to.Car File Name
3 : Name of theCAR
file.Create Path If Missing
4 : Creates the destination path to where theCAR
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.
If successful, returns a string containing the path to the packed CAR
file Car File Path 6.