Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
bool Exists(
	string remoteFile
)
Visual Basic
Function Exists ( _
	remoteFile As String _
) As Boolean
Visual C++
bool Exists(
	String^ remoteFile
)

Parameters

remoteFile
Type: System..::..String

See Also