Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Location of temporary internet files on user's PC
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00928240
Message ID:
00928264
Views:
19
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform