ExtractAsync Method
Extracts a single file, directory, or group of files, from the archive.
Syntax
[VB.NET] Public Function ExtractAsync(ByVal Filenames As String) As Task
[C#] public Task ExtractAsync(string filenames);
IP*Works! ZIP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ExtractAsync MethodExtracts a single file, directory, or group of files, from the archive. Syntax[VB.NET] Public Function ExtractAsync(ByVal Filenames As String) As Task [C#] public Task ExtractAsync(string filenames); RemarksThis method is the asynchronous version of the Extract method and is used to support asynchronous operations in WinRT. Please refer to Extract for more information. |
||