Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

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