Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi,
what's the best way to clear data stored via WritePluginInfo()?
Should I
Thanks for tips!
Greetings, Frank
Hi, @fwilleke80 you are right there is no built-in way to correctly delete all the data. However, as you stated writing 1Byte of anything is enough since it will replace the whole content.
Now if you really want to delete the generated data, WritePluginInfo does the next things:
VERSION_REGISTRYNAME is similar on both Windows and Mac. Cheers, Maxime.
Super, thank you!!