Re: Windows - Storing data for all users

2012-02-06 Thread Bob Sneidar
The All Users folder? See http://vbnet.mvps.org/index.html?code/browse/csidlversions.htm as specified in the dictionary on specialFoldersPath. It looks like you can use those 0x numbers as the argument to specialFoldersPath(). I have not tried it though. Bob On Feb 6, 2012, at 7:23 AM, M

Re: Windows - Storing data for all users

2012-02-06 Thread Malte Brill
Thanks Tiemo, must be some security paranoia in the government environment then. I can write to the users folder (26), however (35) requires admin rights on the machines. I was actually blaming this on Win 7, however, it might well be that rights have been changed from the default settings to r