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
) |
Return Value
true (True in Visual Basic) if the file exists.