mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
jsmorley
dd1369c440
Added MattKing's code to allow a user to set the path and name of the text file to have Debug=2 write to. This will allow persistence for html files retrieved by WebParser, so they can be parsed as a local file as needed.
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.
The file is empty.
Description