PurgeTraceFiles Property (Read/Write)

Top  Previous  Next

Allows to purge trace files when the server becomes inactive.

 

Visual Basic Syntax

 

TNBTrace.PurgeTraceFiles [= Boolean]

 

Delphi Syntax

 

TNBTrace.PurgeTraceFiles; [:= Boolean]

 

 

Remarks

 

By default, trace information is kept into temporary files. When the Active property is set to False or the process is finished, these files are deleted.

 

Default value is True.