OverwriteExistingFileBehavior Enumeration
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Specifies the behavior when an existing file has the same name as the new file.
Namespace:
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApiAssembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Member name | Description |
|---|---|
| Overwrite | Overwrites the existing file with the new file. |
| Skip | Ignores the new file. |
| Unique | Creates a new file with a unique name. |