On or about Sat, 20 Oct 2001 13:00:53 -0500, Jay Garcia
<[EMAIL PROTECTED]> allegedly wrote:

>On 10/20/2001 12:04 PM, C.J. Hughes wrote:
>
>> I'm using this:
>> 
>>    user_pref("browser.cache.directory", "C:\\TMP\\CACHE");
>> 
>> But 0.9.5 is ignoring me so I must be doing something wrong.  What
>> is the proper way to specify a the cache directory?
>> 
>> 
>
>Stupid question but I gotta ask. Does C:\TMP\CACHE exist ??

A fellow already answered my similar question. The syntax is:

The fixed bug http://bugzilla.mozilla.org/show_bug.cgi?id=78480 
describes how it works:

 > user_pref("browser.cache.disk.enable", true);
 > user_pref("browser.cache.disk.parent_directory",
"d:\\tempcache\\");

(I found this bug by searching for "change cache" in the summary.)

I doubt the directory actually has to exist, since if you delete the
default one Mozilla re-creates it on startup.
-- 
Mike Koenecke
to reply, change "nowhere" to "home"

Reply via email to