Windows - Storing data for all users

Bob Sneidar bobs at twft.com
Mon Feb 6 12:20:07 EST 2012


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 0xnnnn numbers as the argument to specialFoldersPath(). I have not tried it though. 

Bob


On Feb 6, 2012, at 7:23 AM, Malte Brill wrote:

> Hi all,
> 
> what is the state of the art for storing data for all users under windows? I used to write to specialfolderpath(35), this worked up to vista, however under 7 it appears to require admin rights to write there. Is there a place that works reliably for XP and above and does not require admin rights? A place that is accessible by all users for read and write?
> 
> All the best,
> 
> Malte
> 
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode





More information about the use-livecode mailing list