Mike Koenecke wrote:
>I had thought that the following line
>
>user_pref("browser.cache.dir", "E:\\Cache");
>
>would change Mozilla's cache directory,

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.)

Cheers - Robert


Reply via email to