Location of browser cache in mac for safari, chrome,firefox

Dear All,

Can anyone please let me know the location of browser cache in mac
system for safari, google chrome and firefox.

I know the location in windows platform :slight_smile:

Cheers
A

路路路

--
Posted via http://www.ruby-forum.com/.

Arihan Sinha wrote:

Can anyone please let me know the location of browser cache in mac
system for safari, google chrome and firefox.

And the way this has something to do with ruby is ...?

路路路

--
Posted via http://www.ruby-forum.com/\.

Hi,

路路路

2010/9/28 Arihan Sinha <arihan_sinha@yahoo.com>:

Dear All,

Can anyone please let me know the location of browser cache in mac
system for safari, google chrome and firefox.

In my Mac OS X 10.6.4,
Safari: "#{ENV['HOME']}/Library/Caches/com.apple.Safari"
Chrome: "#{ENV['HOME']}/Library/Caches/Google/Chrome/Default/Cache"
Firefox: "#{ENV['HOME']}/Library/Caches/Firefox/Profiles/buuuqus2.default/Cache"

Regards,

Park Heesob

Brian Candler wrote:

Arihan Sinha wrote:

Can anyone please let me know the location of browser cache in mac
system for safari, google chrome and firefox.

And the way this has something to do with ruby is ...?

I wanted to delete the cache through ruby. Anyway I've done my own.

Thanks

Cheers
A

路路路

--
Posted via http://www.ruby-forum.com/\.

Since the question has been brought up, it might be worth giving your
answer so that other people can possibly use it in future.