Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
API : GetSystemDirectory
Message
From
09/12/1999 14:56:47
 
 
To
09/12/1999 14:52:08
Jacky Yuen
Myth Group Computer Technology
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00301197
Message ID:
00301203
Views:
23
>Hi ,
> Can anyone pls give me a example of GetSystemDirectory ?
> I have no idea with it .
> Thanx a lot for help.
> Regards,
>JK

DECLARE INTEGER GetSystemDirectory IN Win32API STRING @SysPath, INTEGER szSysPath)

lc_sysdir = SAPCE(260)
ln_szsysdir = 0
ln_szsysdir = GetSystemDirectory(@lc_sysdir, LEN(lc_sysdir))
lc_sysdir = LEFT(lc_sysdir, ln_szsysdir)
? lc_sysdir
Charles

"The code knows no master." - Chuck Mautz
"Everybody is ignorant, only on different subjects." - Will Rogers
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform