On 11/21/2001 9:24 AM, Marek GROSSMAN wrote:

> Hello,
>       can help me anybody how to "tell" the mozilla browser where have to make 
> the cache directory?
> I was try to put into prefs.js file this line :
> 
> user_pref("browser.cache.directory", "F:\\Mozilla_cache\\");
> 
> but this doesn't work.
> 
> Thanks
> Mareg
> 
> 

Try these

user_pref("browser.cache.disk.enable", true);
user_pref("browser.cache.disk.parent_directory", "<your-path>");

Pratik.


Reply via email to