MakeDirectoryAsync Method
Create a directory on an FTP server.
Syntax
[VB.NET] Public Function MakeDirectoryAsync(ByVal NewDir As String) As IAsyncAction
[C#] public IAsyncAction MakeDirectoryAsync(string newDir);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
MakeDirectoryAsync MethodCreate a directory on an FTP server. Syntax[VB.NET] Public Function MakeDirectoryAsync(ByVal NewDir As String) As IAsyncAction [C#] public IAsyncAction 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. |
||