unzip_file
Unzips a .zip
file to a specified destination.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
complete_file_path
|
str
|
The full path to the |
required |
destination
|
str
|
The destination directory for the unzipped files. Default is the directory of the |
None
|
Returns:
Type | Description |
---|---|
None
|
This method does not return any values. |
Raises:
Type | Description |
---|---|
ValueError
|
If the file path is invalid or does not end with |