I can´t find places.sqlite file so I am not able to fix my problem
My firefox is not working properly, all my bookmarks are lost and toolbar is not workin, I am followng the instructions but I can´t find the place.sqlite file to change it si Firefox will recover my bookmarks....please HELP!!!
All Replies (1)
Copy and Paste this code in the Code field in the "Tools > Error Console" and click the Evaluate button to see the location of the profile folder.
alert(Components.classes["@mozilla.org/file/directory_service;1"].getService(Components.interfaces.nsIProperties).get("ProfD", Components.interfaces.nsIFile).path);
(Edited by Moderator: placed code in a CODE block - c)