[Tutor] directory traversal help

Kent Johnson kent37 at tds.net
Thu Jul 3 17:41:43 CEST 2008


On Thu, Jul 3, 2008 at 8:47 AM, Michael <python at mrfab.info> wrote:
> Hi
>
> I have modified an algorithm from the think like a python programmer book
> for traversing folders and printing the files in those folders. It works for
> my original purposes but I have a students that wants to use it to run from
> a root folder, problem is that it crashes on the recycling bin as well as
> hidden and other types of folders.

How does it fail? It would help to see the complete error message
including the traceback.

Kent


More information about the Tutor mailing list