Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def f():
- list_files = os.listdir(dir_src)
- last_time = os.paath.getmtime(dir_src)
- list_files_path = [os.path.join(dir_src, file) for file in list_files]
- return list_files, lasttime, list_files_path
- list_files, last_time, list_files_path = f()
Advertisement
Add Comment
Please, Sign In to add comment