2015-11-01から1ヶ月間の記事一覧
http://statsbeginner.hatenablog.com/entry/2015/11/26/134250 import os def gen_filelists(path, abspath=False, sysfile=False): # 指定ディレクトリの配下にあるディレクトリやファイルをたどる for dirpath, dirnames, files in os.walk(path): # sysf…
http://statsbeginner.hatenablog.com/entry/2015/11/26/134250 import os def gen_filelists(path, abspath=False, sysfile=False): # 指定ディレクトリの配下にあるディレクトリやファイルをたどる for dirpath, dirnames, files in os.walk(path): # sysf…