Search

Unzip File

Last Updated: May 10, 2022

Articles

Use this function to extract the zip file in the given path.

Syntax

Unzip File (zip_filepath, directory_extract)

Parameters

Input Parameter Name Description
zip_filepath Path of the zip file
directory_extract Path of the folder to extract the files

Sample

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

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

To view all the File functions, click here.

Did you find what you were looking for?