Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Temporary Internet Files
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01070798
Message ID:
01070823
Vues:
29
>CSIDL_INTERNET_CACHE    =       32  &&Temp. Internet Files Folder
>
>DECLARE SHGetSpecialFolderPath IN SHELL32.DLL ;
>      LONG hwndOwner, ;
>      STRING @cSpecialFolderPath, ;
>      LONG  nWhichFolder
>SHGetSpecialFolderPath(0, @cSpecialFolderPath, CSIDL_INTERNET_CACHE)
>? SubStr(RTrim(cSpecialFolderPath),1,Len(RTrim(cSpecialFolderPath))-1)
>
>


Just missing this at top:
cSpecialFolderPath=Space(255)
*...
*...


Alex Feldstein, MCP, Microsoft MVP
VFP Tips: English - Spanish
Website - Blog - Photo Gallery


"Once again, we come to the Holiday Season, a deeply religious time that each of us observes, in his own way, by going to the mall of his choice." -- Dave Barry
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform