While working on my new pet project, I encountered a situation in which I wanted to save some data to a file. From the Vista Sidebar Gadget point of view, you can do it pretty easy using Scripting.FileSystemObject.
As in any Microsoft product, you should ask about necessary credentials. So find out that inside the gadget’s directory, you are free to create, delete, update files with no more rights required than the ones that the gadget already owns.
(more…)