Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
API : GetSystemDirectory
Message
From
09/12/1999 15:15:54
Jacky Yuen
Myth Group Computer Technology
Hong Kong, Hong Kong
 
 
To
09/12/1999 14:56:47
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00301197
Message ID:
00301222
Views:
18
>>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

Thanx for your help ^_^
I'm a beginner of Visual Foxpro 5.0 ,thanx for help ^^
Previous
Reply
Map
View

Click here to load this message in the networking platform