Report.TempFileDirectory

Syntax

Report.TempFileDirectory

Data Type

String

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.

See Also

Report.GetTempFile

Report.Load

Report.Save