Feb-17-2021, 01:16 AM
Hi,
I need to copy a file if it was accessed/created today.
I could make a batch file for that but I want to use Python.
It is probably a combination of some kind of File Stat and
.
not sure how to do that.
Thank you.
I need to copy a file if it was accessed/created today.
I could make a batch file for that but I want to use Python.
It is probably a combination of some kind of File Stat and
1 |
time.now() |
not sure how to do that.
Thank you.