When using Firefox in OS X where are the temporary files stored?

link|improve this question

74% accept rate
feedback

2 Answers

Firefox stores temporary files in

/Users/<profilename>/Library/Caches/Firefox/Profiles/<something>.default/Cache/.

Firefox also uses

Users/<profilename/Library/Application\ Support>/Firefox/Profiles/...,

and in case you're interested, Flash uses

Users/<profilename>/Macromedia/Flash\ Player/....

I recommend the free program fseventer if you want to know more about where programs store/change files.

Cheers!

link|improve this answer
feedback

In Mac, Profile folders are in one of these locations:

  • ~/Library/Mozilla/Firefox/Profiles/<profile folder>
  • ~/Library/Application Support/Firefox/Profiles/<profile folder>

The tilde character (~) refers to the current user's Home folder, so ~/Library is the /Macintosh HD/Users/<username>/Library folder.

Look for Cache folder under your Profile folder.

Alternatively, type in about:cache in Firefox's address bar and hit Enter. There you will see the full paths of memory/disk/offline cache directories.

link|improve this answer
Didn't find the first directory. – OSX NINJA Oct 5 '10 at 8:58
Then it must be in the second one. What about it? – Mehper C. Palavuzlar Oct 5 '10 at 9:00
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.