Returns is there a remote file with the specified name.

Namespace:  KetLabs.FTP
Assembly:  Ftp (in Ftp.dll) Version: 1.0.0.19105 (1.0.0.*)

Syntax

C#
public bool FileExists(
	string filename
)
Visual Basic (Declaration)
Public Function FileExists ( _
	filename As String _
) As Boolean
Visual C++
public:
bool FileExists(
	String^ filename
)

Parameters

filename
Type: System..::.String
Remote file name

Return Value

true if remote file exists, false otherwise

See Also