I'm using TextWriterTraceListener
in my application, if file is not available to write trace, it create another trace file with GUID prefix.
All I'm interested is to get the trace file name. In normal condition, I know what would be the filename, but when TextWriterTraceListener
prefixes the GUID, how do I predict/get the trace file name?