Search

Unzip (Dep.)

Last Updated: Mar 8, 2023

Articles

This function is deprecated. Use Unzip File.

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

Syntax

Unzip (Dep.) (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 (Dep.) (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?