Unpacks all files contained in the specified CAR file to the destination path.
|
In
Exec
|
|
|
Car File Path
String
|
Path to the CAR file. |
|
Destination Path
String
|
Path to write the unpacked files to. |
|
Create Path if Missing
Boolean
|
Creates the destination path to where the unpacked files should 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
|
|
|
Unpacked File Names
Array of Strings
|