pythonディレクトリのファイルを時間順に並べ替える方法
無駄話は多く言わないで、直接コードを入れます。
pythonフォルダは巡回して、ファイルは操作して、ファイルの変更の作成時間を取得してネット上でその他の文章を参照することができます。
例えば:
pythonフォルダは巡回して、ファイルは操作して、ファイルの変更の作成時間を取得してネット上でその他の文章を参照することができます。
例えば:
os.path.getmtime()
os.path.getctime()
def get_file_list(file_path):
dir_list = os.listdir(file_path)
if not dir_list:
return
else:
# , lambda ,
# os.path.getmtime()
# os.path.getctime()
dir_list = sorted(dir_list, key=lambda x: os.path.getmtime(os.path.join(file_path, x)))
# print(dir_list)
return dir_list
以上のpythonは時間によって目録の下のファイルの実現方法を並べてみんなのすべての内容に分かち合うので、みんなに1つの参考をあげることができることを望んで、みんながよけいに私達を支持することをも望みます。