IncludeFilesAsync Method
Specifies that the indicated files should be added to the archive.
Syntax
[VB.NET] Public Function IncludeFilesAsync(ByVal filenames As String) As Task
[C#] public Task IncludeFilesAsync(string filenames);
IP*Works! ZIP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
IncludeFilesAsync MethodSpecifies that the indicated files should be added to the archive. Syntax[VB.NET] Public Function IncludeFilesAsync(ByVal filenames As String) As Task [C#] public Task IncludeFilesAsync(string filenames); RemarksThis method is the asynchronous version of the IncludeFiles method and is used to support asynchronous operations in WinRT. Please refer to IncludeFiles for more information. |
||