27 05 2014 Python Tweet
globとosモジュールを使う
>>> import os, glob >>> max(glob.iglob('*.txt'), key=os.path.getctime) 'list_sample.txt'
参考