摘要: import osfrom glob import *def matchWildcard(rootPath = "", pattern = ""): rootPath = os.path.abspath(rootPath) results = [] for root,dirs,fi... 阅读全文
posted @ 2013-06-09 11:24 ericmayc 阅读(3051) 评论(0) 推荐(0)