IFtp.DirectoryExists Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9448)
DirectoryExists(String)
Detects whether the specified directory exists on the server.
Declaration
bool DirectoryExists(string remotePath)
Parameters
| Type | Name | Description |
|---|---|---|
| String | remotePath | The path of the remote directory to check. |
Returns
| Type | Description |
|---|---|
| Boolean | True if the directory exists, false otherwise. |