DeleteAsync Method
Deletes one or more files from an existing archive.
Syntax
[VB.NET] Public Function DeleteAsync(ByVal Filenames As String) As Task
[C#] public Task DeleteAsync(string filenames);
IP*Works! ZIP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
DeleteAsync MethodDeletes one or more files from an existing archive. Syntax[VB.NET] Public Function DeleteAsync(ByVal Filenames As String) As Task [C#] public Task DeleteAsync(string filenames); RemarksThis method is the asynchronous version of the Delete method and is used to support asynchronous operations in WinRT. Please refer to Delete for more information. |
||