| FtpFileExists Method |
Detects whether the specified file exists on the server.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public bool FileExists(
string remotePath
)
Public Function FileExists (
remotePath As String
) As Boolean
public:
bool FileExists(
String^ remotePath
)
member FileExists :
remotePath : string -> bool
Parameters
- remotePath
- Type: SystemString
The path of the remote file to check.
Return Value
Type:
BooleanTrue if the file exists,
otherwise.
See Also