Guest User

Untitled

a guest
Apr 21st, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.26 KB | None | 0 0
  1. def f():
  2.     list_files = os.listdir(dir_src)
  3.     last_time = os.paath.getmtime(dir_src)
  4.     list_files_path = [os.path.join(dir_src, file) for file in  list_files]
  5.     return list_files, lasttime, list_files_path
  6.  
  7. list_files, last_time, list_files_path = f()
Advertisement
Add Comment
Please, Sign In to add comment