How do I get or set the modification date of a file?
use the os module.
Specifically, see os.stat and os.utime documented at https://python.domainunion.de/doc/2.4.2/lib/os-file-dir.html --ZacharyHamm
this is a german Web-Mirror of PYTHON.ORG powered by Domainunion AG
use the os module.
Specifically, see os.stat and os.utime documented at https://python.domainunion.de/doc/2.4.2/lib/os-file-dir.html --ZacharyHamm