IFtp.DirectoryExistsAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
DirectoryExistsAsync(String, Object)
Detects whether the specified directory exists on the server.
Declaration
Task<bool> DirectoryExistsAsync(string remotePath, object state = null)
Parameters
Type | Name | Description |
---|---|---|
String | remotePath | The path of the remote directory to check. |
Object | state | An optional user-provided object that identifies this particular asynchronous operation. |
Returns
Type | Description |
---|---|
Task<Boolean> | True if the directory exists, false otherwise. |