FileExtract
Alias:FileExtract
, ExtractFile
Output:Unit
Extract a file in the file system.
Parameter | Type | Required | Position | Default Value | Summary |
---|---|---|---|---|---|
ArchiveFilePath Container | string | ✔ | 1 | The path to the archive to extract. | |
Destination ToDirectory | string | ✔ | 2 | The directory to extract to. | |
Overwrite | bool | 3 | false | Whether to overwrite files when extracting. |