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:
01070800
Vues:
33
This message has been marked as the solution to the initial question of the thread.
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)
>Hi,
>
>
>How can I get the "Temporary Internet Files" path ?
>
>Like
>
>C:\Documents and Settings\Administrador\Configurações locais\Temporary Internet Files
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform