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 -- [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk https://wiki.ubuntu.com/UKTeam/
