Web3S_Demo > Web 3S Unpack Car File Async Task > Unpack CAR File

Unpack CAR File

Unpacks all files contained in the specified CAR file to the destination path.

Inputs

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.

Outputs

Out
Exec

Succeeded
Exec

Failed
Exec

Error Message
String

Unpacked File Names
Array of Strings