[ubuntu-uk] Python Question

Tyler J. Wagner tyler at tolaris.com
Fri Sep 23 14:43:20 UTC 2011


On 2011-09-23 15:38, Dave Hanson wrote:
> I want to search the entire disk of any OS to find the Firefox cache
> directory. Is it even possible to do this? I don't particularly need the
> code to do it (I don't mind if you want to share though!) What I'm really
> after is - Am I wasting my time even trying?

The problem is that you're using tools external to python, which are
platform-dependent. Consider instead using the os.path python library.

Regards,
Tyler

-- 
"In a time of universal deceit, telling the truth is a revolutionary act."
   -- George Orwell



More information about the ubuntu-uk mailing list