O.P. Important notice when saving data in your plugin
Hi,
I noticed that at least 2 plugins save a file in the directory where they're installed (I already alerted the developers to change this.) This shouldn't be done and the reason is that if you install things as an administrator user and then change to a normal user, it probably won't have permissions to write in the plugin's directory (normally normal users don't have permission to write inside the "Program Files" where most plugins are). That's why I suggest you to save your plugin's files in a folder like this: Documents and Settings\username\Application Data\Plugin dir
|