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