Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
User directory
Message
From
08/01/2002 02:41:56
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
08/01/2002 02:26:19
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00601820
Message ID:
00601823
Views:
25
>Hi
>
>Is it possible to find a users directory (ie. the Windows one)
>
>If so how??
>
>Regards
>Geoff Scott
DECLARE INTEGER GetWindowsDirectory IN Win32API ;
	STRING @ lpDirectory, INTEGER nBufSize
store space(254) to lcWindir

if GetWindowsDirectory (@lcWindir,len(lcWindir)) # 0 && Succeeded
   ? lcWindir
endif
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform