Packs a file or directory (non-recursively) as a CAR file.
|
In
Exec
|
|
|
Source File Path
String
|
Path to the source file or directory. |
|
Destination Path
String
|
Path to write the CAR file to. |
|
Car File Name
String
|
Name of the CAR file. |
|
Create Path if Missing
Boolean
|
Creates the destination path to where the CAR file will be written to if it is missing. |
|
Overwrite Existing File
Boolean
|
If set to false and the file exists this function will abort with failure. Otherwise, an existing file will be overwritten. |
|
Out
Exec
|
|
|
Succeeded
Exec
|
|
|
Failed
Exec
|
|
|
Error Message
String
|
|
|
Car File Path
String
|