Ray's playground

 

2009年2月20日

Walking Directory Trees(Python Cookbook 2-16)

摘要: Precondition 1. os.walk(top[, topdown=True[, onerror=None[, followlinks=False]]]) Generate the file names in a directory tree by walking the tree either top-down or bottom-up. For each directory in t... 阅读全文

posted @ 2009-02-20 21:57 Ray Z 阅读(358) 评论(0) 推荐(0) 编辑

导航