AppendFilesAsync Method
Adds specified files to an existing archive.
Syntax
[VB.NET] Public Function AppendFilesAsync() As Task
[C#] public Task AppendFilesAsync();
IP*Works! ZIP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
AppendFilesAsync MethodAdds specified files to an existing archive. Syntax[VB.NET] Public Function AppendFilesAsync() As Task [C#] public Task AppendFilesAsync(); RemarksThis method is the asynchronous version of the AppendFiles method and is used to support asynchronous operations in WinRT. Please refer to AppendFiles for more information. |
||