Report.TempFileDirectory
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
Report.TempFileDirectory
Syntax
Report.TempFileDirectory
Data Type
Purpose
Specifies a string that specifies the directory path where TestStand saves the file the Report.GetTempFile method creates. If you call the Report.Load or Report.Save method of this class, this property is automatically set to the directory path of the report file.
Remarks
Note
Writing to this property is obsolete. Use the
Report.SetTempFileDirectoryEx
method instead. When you write to this property after calling the
Report.SetTempFileDirectoryEx
method with the
tempFileDirectoryOptions
parameter value set to
SetTempFileDirectoryOption_NeverOverride
, TestStand returns a run-time error.