Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I retrieve the path to my documents folder
Message
De
06/06/2003 13:35:08
 
 
À
06/06/2003 13:27:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00797361
Message ID:
00797365
Vues:
47
to retrive 'special' folders i use:
DECLARE INTEGER SHGetFolderPath ;
	IN SHFOLDER.DLL ;
	INTEGER hwndOwner, ;
	INTEGER nFolder, ;
	INTEGER hToken, ;
	INTEGER dwFlags, ;
	STRING @ pszPath
if you look in msdn help for this function and the 'shlfolder.h' file, that should give you what you need.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform