Search

Unzip A Zip File

Last Updated: Dec 1, 2020

Articles

Use this function to unzip the given file and extract the files inside a zip folder.

Syntax

Unzip A Zip File (filename, destination)

Parameters

Input Parameter Name Description
filename Name of the file to unzip
destination Path of the folder to extract the files

Sample

Unzip A Zip File (Travel_Invoice.zip, C:\Invoices)

  • Unzips the file ‘Travel_Invoice.zip’ and stores the extracted files in the folder ‘C:\Invoices’.

To view all the File functions, click here.

Did you find what you were looking for?