InfoConnect for Airlines VBA Guide
TraceFileName Property
Gets or sets the name of the trace file that is created when Trace Session Start is true.
Syntax
Object.TraceFileName As String
Remarks
InfoConnect 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