VeriStand .NET API Reference

FTPBase.DoesFileExistOnFTPServer Method

Checks if the specified file already exists on the FTP server.

Namespace: NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Protected Function DoesFileExistOnFTPServer ( _
	sourceFileName As String _
) As Boolean
C#
protected bool DoesFileExistOnFTPServer(
	string sourceFileName
)
Visual C++
protected:
bool DoesFileExistOnFTPServer(
	String^ sourceFileName
)

Parameters

sourceFileName
Type: System.String
The filename.

Return Value

true (True in Visual Basic) if the file exists.

See Also

Log in to get a better experience