Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Location of temporary internet files on user's PC
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00928240
Message ID:
00928264
Vues:
18
This message has been marked as a message which has helped to the initial question of the thread.
Hi Fernando,

A tip :)
#DEFINE CSIDL_INTERNET_CACHE     0x0020

DECLARE SHORT SHGetFolderPath IN shell32;
	INTEGER hwndOwner, INTEGER nFolder, INTEGER hToken,;
	INTEGER dwFlags, STRING @pszPath
Complete code "How to get Special Folders paths" at http://www.news2news.com/vfp/?example=415 uses about 30 CSIDL_ constants to retrieve special folders like DESKTOP, HISTORY, FONTS, PRINTERS etc.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform