Usage:
[WebParserMeasure]
Debug2File="[path\]Filename.ext"
Debug=2
Examples:
[WebParserMeasure]
Debug2File="Debug2File.txt" (saves to current skin folder)
Debug=2
[WebParserMeasure]
Debug2File="#SKINSPATH#DebugFiles\Debug2File.txt" (saves to
\DebugFiles under the \Skins folder)
Debug=2
Notes:
Must be enclosed in quotes.
Must include at least a filename. Path alone will not work.
Must be a directory which already exists. Does not create the target directory.
If the Debug2File= parameter is not used, WebParser will save webparserdbump.txt in the root of C: as it always has.
- Minor changes of ConvertToXXX(): Get an appropriate buffer size to convert the string. And using [] when deleting arrays.
- Fixed a few memory leaks.
- It's now possible to send the !BANG command when all windows are "On Desktop". (Rainmeter.exe and WebParser)