Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / TraceFileName Property
In This Topic
TraceFileName Property
In This Topic
Gets or sets the name of the trace file that is created when Trace Session Start is true.
Syntax
expression.TraceFileName As String
where expression is a variable that represents a Terminal Object
Remarks
Reflection always saves a file to the lowest available number. For example, if you delete the first trace file, "Trace 1.rev", the next trace file is saved to that name since it is the lowest available number. The default value is "ProductAbbreviation Trace". This value creates files with the following naming pattern (where # is a number):

Trace #.rev.

See Also