I don't see a way to avoid walking over directories of certain names with os.walk. For example, I don't want os.walk return files whose path include '/backup/'. Is there a way to do so? Otherwise, maybe I will have to make my own program. Thank you! -- http://mail.python.org/mailman/listinfo/python-list
- How to avoid certain directories when using os.walk? Peng Yu
- Re: How to avoid certain directories when using os.... Chris Rebert
- Re: How to avoid certain directories when using os.... Sean DiZazzo
- Re: How to avoid certain directories when using... Dave Angel
- Re: How to avoid certain directories when using... Gabriel Genellina