Program to check all last modified files in a folder using python?

前端 未结 0 1199
滥情空心
滥情空心 2021-01-18 13:26
import glob
import os
import time
Path = \'Aabmatica/*\'#Folder path
list_of_files = glob.glob(Path) # * Name of the folder in which all files exist
latest_file = ma         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题