MakeDirectoryAsync Method
Creates a directory on the server.
Syntax
[VB.NET] Public Function MakeDirectoryAsync(ByVal NewDir As String) As Task
[C#] public Task MakeDirectoryAsync(string newDir);
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
MakeDirectoryAsync MethodCreates a directory on the server. Syntax[VB.NET] Public Function MakeDirectoryAsync(ByVal NewDir As String) As Task [C#] public Task MakeDirectoryAsync(string newDir); RemarksThis method is the asynchronous version of the MakeDirectory method and is used to support asynchronous operations in WinRT. Please refer to MakeDirectory for more information. |
||