Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Obter Diretorio Windows System no Win 2000
Message
 
À
08/04/2002 14:59:00
Peter Wagner
Point Informática Ltda.
Limeira, Brésil
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00642317
Message ID:
00642321
Vues:
11
Segue abaixo:
DECLARE INTEGER GetSystemDirectory IN kernel32; 
    STRING @ lpBuffer,; 
    INTEGER nSize 

lpBuffer = SPACE (250) 
nSizeRet = GetSystemDirectory (@lpBuffer, Len(lpBuffer)) 

IF nSizeRet <> 0 
    lpBuffer = SUBSTR (lpBuffer, 1, nSizeRet) 
    ? lpBuffer 
ENDIF 
Retirado de http://www.news2news.com/vfp/?example=5&function=5
Cordialmente,

Fabiano Costa
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform