Exclude Directories from os.walk

D dmcclouds at gmail.com
Tue Oct 21 13:13:10 EDT 2008


Ok, my brain's apparently not working right today.. what I'd like to
do is allow the user to specify a directory to exclude (ex- "C:\temp
\test") - then, when os.walk gets to "C:\temp\test", it excludes that
directory and all its subdirectories (so, "C:\temp\mytest\test" should
still be recursed).  Isn't what's posted above keying just upon the
final subdirectory (i.e. "test") instead of the full path as a whole?




More information about the Python-list mailing list