It works (returns C:\windows\Application Data\ ) on a very old Win98 system I keep around. It also works (returns C:\Documents and Settings\Administrator\Application Data\) on my win2k machine.

on getSpecialFolders
   repeat with i=1 to 60
   put i&&"->"&&baSysFolder(string(i))
   end repeat
end

will get you the "list"

Stephen


Mendelsohn, Michael wrote the following on 7/27/2005 10:16 AM:

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 baEnvironment.  I have no knowledge
in that area, and I'd like to read up.

Thanks for the answers!
- Michael M.


[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 programming Lingo.  Thanks!]

[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 programming Lingo.  Thanks!]

Reply via email to