SetTempFileDirectoryOptions
- Updated2024-10-09
- 1 minute(s) read
SetTempFileDirectoryOptions
Use this enumeration with the Report.SetTempFileDirectoryEx method.
- SetTempFileDirectoryOption_Default –(Value: 0) Specifies the default option. When you use this value with the Report.SetTempFileDirectoryEx method, calling the Report.Load or Report.Save method modifies the directory path where TestStand saves the file the Report.GetTempFile method creates. Using this value with the Report.SetTempFileDirectoryEx method results in the same behavior as using the Report.TempFileDirectory property to specify the directory path where TestStand saves the file the Report.GetTempFile method creates.
- SetTempFileDirectoryOption_NeverOverride –(Value: 1) Specifies to never override the directory path the Report.SetTempFileDirectoryEx method specifies when you call the Report.Load or Report.Save method. You can override the directory path by calling the Report.SetTempFileDirectoryEx method again.