ResultLogger.GetFilesWritten

Syntax

ResultLogger.GetFilesWritten( clear)

Return Value

PropertyObject

Purpose

Returns the paths of all the completed offline results ( .tsr ) files TestStand recorded. You can also use this method to clear the internal record of completed paths.

Parameters

clear As Boolean

[In] Specifies to clear the internal record of completed .tsr files. When the clear parameter is True , subsequent calls to the ResultLogger.GetFilesWritten method return only files completed since the most recent call to the method. When the clear parameter is False , TestStand does not clear the internal record of completed .tsr files and subsequent calls to the ResultLogger.GetFilesWritten method return files returned from previous calls to the method and any files completed since the most recent call to the method.

See Also

ResultLogger.RecordFilesWritten