Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Directory where temp web resources are stored, any API?
Message
From
13/04/2000 02:22:39
 
 
To
13/04/2000 01:34:10
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00358821
Message ID:
00359126
Views:
10
>>>Hi all,
>>>
>>>I am looking for the way to get the location where temporary internet resources are stored.
>>>
>>
>>Since different browsers might use different locations, and these folders are not System Folders, I don't believe you'll find a way to query the OS for this.
>
>Yes you can and i definitely need it for our html prototyping software (it creates lots of temp resources):)
>
>WINSHELLAPI HRESULT WINAPI SHGetSpeciailFolderLocation ....
>where a param is CSIDL_INTERNET_CACHE
>

Save yourself some headaches - use the Wscript.Shell's SpecialFolders collection to grab a different CSIDL - do not use the Internet cache address. It's easier to use, less subject to restriction, and is less OS version sensitive. Use the user-assigned TEMP folder - that's what it's there for, or build yourself a working directory beneath your application directory.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Reply
Map
View

Click here to load this message in the networking platform