Last Updated: Feb 14, 2022
Use this function to extract the zip file in the given path.
Unzip File (zip_filepath, directory_extract)
Input Parameter Name | Description |
---|---|
zip_filepath | Path of the zip file |
directory_extract | Path of the folder to extract the files |
Unzip File (C:\Invoices\Travel_Invoice.zip, E:\Invoices)
To view all the File functions, click here.