Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Temporary Internet Files
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01070798
Message ID:
01070823
Views:
30
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform