Skip to main content

Extract Unzip Files

Extracts zip files.

Input

  • File to Extract: The zip file from which to extract all files
    • Type: System.String
    • Required
  • Password: The password for the zip file.
    • Type: System.String

Options

  • Destination Folder: Contents will be extract to this folder
    • Type: System.String
    • Required
  • Extract to Dedicated Folder: Extracts contents into a new folder with the same name as the zip file.
    • Type: System.Boolean
  • Name Encoding: Text encoding for file names.
    • Type: System.String
  • 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

Output

  • Extracted Contents Folder: Reference to the folder containing the extracted content.
    • Type: System.IO.DirectoryInfo