lingo-l Getting folders...

2005-07-27 Thread Mendelsohn, Michael
Hi list... [WinXP] I use the below buddy command to get a safe place to store data for the projector. I'm wondering if this registry key has been the same in previous versions of Windows, and will likely stay the same with Windows Vista, that is, if anyone has a crystal ball. (And if you do

Re: lingo-l Getting folders...

2005-07-27 Thread Valentin Schmidt
Hi Michael, I'm not sure about the reg key, but you can directly query the app-data folder by using: tAppDataFolder = baEnvironment( APPDATA ) Cheers, Valentin Mendelsohn, Michael wrote: Hi list... [WinXP] I use the below buddy command to get a safe place to store data for the projector.

Re: lingo-l Getting folders...

2005-07-27 Thread Daniel Nelson
or... OSX: applicationDataFolder = baSysFolder(prefs) Windows 2000, XP: applicationDataFolder = baSysFolder(26) These each give the user specific application data folder. Regards, Daniel Valentin Schmidt wrote: Hi Michael, I'm not sure about the reg key, but you can directly query the

RE: lingo-l Getting folders...

2005-07-27 Thread Mendelsohn, Michael
Thanks Daniel and Valentin. I noticed in Buddy Help under baSysFolder, there's a list of corresponding numbers/folders in the Windows Platform SDK. Where's that list available? Also, I'm wondering if there's a web page somewhere that lists common environment variables you can use in

RE: lingo-l Getting folders...

2005-07-27 Thread Mendelsohn, Michael
Excellent, Stephen. Thanks for the tip. - MM [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email lingo-l@penworks.com (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with