> I spent ages today trying to list all items in a directory, simple I now
> know (os.listdir) but I was trying to use os.walk simply because I had
> no idea that listdir existed. I only found listdir because I was
> reading about walk
You should have a 'pydoc' utility. It's also possible t
Hello Python List,
When using perl I tend to use perldoc.
I spent ages today trying to list all items in a directory, simple I now
know (os.listdir) but I was trying to use os.walk simply because I had
no idea that listdir existed. I only found listdir because I was
reading about walk
Is th