Directory Property (Read/Write) |
Top Previous Next |
Sets/gets the folder directory name where the trace files will be saved.
Vb.NET Syntax
Trace.Directory [= String]
C# Syntax
Trace.Directory [= string];
Remarks
If you don't specify a directory name, the trace files will be saved into the windows temporary file directory.
|