Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
User directory
Message
De
08/01/2002 02:41:56
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00601820
Message ID:
00601823
Vues:
22
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform