FTPBase.OverwriteExistingFileBehavior Property
- Updated2023-02-21
- 2 minute(s) read
Gets or sets the action to take if a file of the same name already exists in the destination directory.
Namespace:
NationalInstruments.VeriStand.StimulusProfileDefinitionApiAssembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Property OverwriteExistingFileBehavior As OverwriteExistingFileBehavior |
| C# |
|---|
public OverwriteExistingFileBehavior OverwriteExistingFileBehavior { get; set; } |
| Visual C++ |
|---|
public: property OverwriteExistingFileBehavior OverwriteExistingFileBehavior { OverwriteExistingFileBehavior get (); void set (OverwriteExistingFileBehavior value); } |