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