Programming with Reflection
TraceFileName property
Syntax |
|
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) the name of the trace file that is created when Trace Session Start is True.
The default value is "%ProductAbbreviation% Trace". This value creates files with the following naming pattern:
<prodname> Trace #.rev.
For example, sequential trace files created using Reflection for UNIX and OpenVMS would follow this convention:
"RUO Trace 1.rev"; "RUO Trace 2.rev"; "RUO Trace 3.rev", etc.
Reflection always saves a file to the lowest available number. Thus, if the first ("1") file is deleted, the next trace file is saved to that name since it is the lowest available.