I would like to save Firebird's cache(I'm hoping it's the same as IE's temp internet files) to a folder on my desktop. My user.js looks like this:
// Path to Cache folder:
user_pref("browser.cache.disk.parent_directory","C:\\C:\\Documents and Settings\Guest4419\Desktop\Mozilla Cache");
I closed Firebird, opened it, went to a few websites, checked my folder, and there was nothing in it. What is wrong with my line of code? I have also tried
// Path to Cache folder:
user_pref("browser.cache.disk.parent_directory","C:\\Documents and Settings\Guest4419\Desktop\Mozilla Cache");
Still nothing.
Thanks