Hi,
I am trying to resolve an issue of the file protocol not writing a log file because the directory specified for the log does not exist.
In that case I want to try creating that directory and then try to open the log again (or, if that’s not possible, I want to check first and create the directory if it does not exist).
What is the best approach?
I could try to parse the connections myself, extract the directory part and do that check, but I don’t want to duplicate anything that maybe SmartInspect already does.
twm