Guest User

Untitled

a guest
Feb 25th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. touch -a -m -t 201512180130.09 file.txt
  2.  
  3. from pathlib import Path
  4. Path('path/to/file.txt').touch()
Add Comment
Please, Sign In to add comment