Extracts the files and folders contained in the specified zip file to the folder where the file belongs.
Namespace: DotNetNuke.Services.FileSystemAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
void UnzipFile( IFileInfo file ) |
| Visual Basic |
|---|
Sub UnzipFile ( file As IFileInfo ) |
Parameters
- file
- Type: DotNetNuke.Services.FileSystem..::..IFileInfo
The file to unzip.