Changing Cache-Directory of Firebird under WinNT?

User Help for Mozilla Firefox
Post Reply
Guest
Guest

Changing Cache-Directory of Firebird under WinNT?

Post by Guest »

I'm trying to change the cache-path of Firebird to "c:\temp\" since my NT-Profile in university is limited to 20 Mb. That's why i don't want the cache to be stored at it's preset path. Could someone tell me where to change it, in case it is possible? I already searched the documents, FAQs and some config-files for that option, but didn't find anything.

Lomaxx
User avatar
frease
Posts: 3981
Joined: September 16th, 2003, 1:17 pm

Post by frease »

To specify in which folder the cache is stored, add the following code to your user.js file:

// Path to Cache folder:
user_pref("browser.cache.disk.parent_directory","C:\\Path To Cache");

Remember to use two backslashes for the path separators if you're using Windows, e.g. C:\\Path To Cache instead of C:\Path\Path To Cache.
Guest
Guest

Post by Guest »

Thanks.
Post Reply