'Declaration Public Function EndGetCurrentFolder( _ ByVal asyncResult As IAsyncResult _ ) As String
'Usage Dim instance As AsyncFtpClient Dim asyncResult As IAsyncResult Dim value As String value = instance.EndGetCurrentFolder(asyncResult)
public string EndGetCurrentFolder( IAsyncResult asyncResult )
Parameters
- asyncResult
- An System.IAsyncResult representing the status of the asynchronous operation.
Return Value
A string representing the FTP server's current folder. The path returned is an absolute path that can be used with the BeginChangeCurrentFolder%M:Xceed.Ftp.AsyncFtpClient.EndChangeCurrentFolder(System.IAsyncResult)% methods to go directly to this folder regardless of the current working folder.