Re: Removing hidden directory in os.walk()

2011-02-25 Thread Chris Rebert
On Fri, Feb 25, 2011 at 9:40 AM, Gaëtan Podevijn wrote: > Hello, > I would like that os.walk() does not walk through hidden directories. I know > that with topdow = true, I can modify the subdirectory list in place, but > how should I remove every hidden directory from this place in list ? Assumi

Removing hidden directory in os.walk()

2011-02-25 Thread Gaëtan Podevijn
Hello, I would like that os.walk() does not walk through hidden directories. I know that with topdow = true, I can modify the subdirectory list in place, but how should I remove every hidden directory from this place in list ? Thank you, Gaëtan -- http://mail.python.org/mailman/listinfo/python-l