Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Windows System Dir ?
Message
 
 
To
03/05/2002 10:57:24
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00652411
Message ID:
00652420
Views:
15
>Hello,
>
>How can I get the windows system directory accross all OS ?
>
>Xavier

See WIN API #12722 GetSystemDirectory or use WSH
oFso = CreateObject("Scripting.FileSystemObject")
oFolder = oFso.GetSpecialFolder(1)
? oFolder.Path
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform