Click or drag to resize

ZipHelperUnZipFileAsync Method

Unzips the specified zip file to the specified destination folder.

Namespace:  Unvired.Kernel.UWP.Utils
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static IAsyncAction UnZipFileAsync(
	StorageFile zipFile,
	StorageFolder destinationFolder
)

Parameters

zipFile
Type: Windows.StorageStorageFile
The zip file
destinationFolder
Type: Windows.StorageStorageFolder
The destination folder

Return Value

Type: IAsyncAction
See Also