Extract Unzip Files
Extracts zip files.
Input
- File to Extract: The zip file from which to extract all files
- Type:
System.String - Required
- Type:
- Password: The password for the zip file.
- Type:
System.String
- Type:
Options
- Destination Folder: Contents will be extract to this folder
- Type:
System.String - Required
- Type:
- Extract to Dedicated Folder: Extracts contents into a new folder with the same name as the zip file.
- Type:
System.Boolean
- Type:
- Name Encoding: Text encoding for file names.
- Type:
System.String
- Type:
- Skip Unsupported File: Extracts all supported files while skipping any files that cannot be extracted. If not set an error will occur if a file cannot be extracted.
- Type:
System.Boolean
- Type:
Output
- Extracted Contents Folder: Reference to the folder containing the extracted content.
- Type:
System.IO.DirectoryInfo
- Type: