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 http://www.python.org/doc/2.4.2/lib/os-file-dir.html --ZacharyHamm
use the os module.
Specifically, see os.stat and os.utime documented at http://www.python.org/doc/2.4.2/lib/os-file-dir.html --ZacharyHamm
Asking for Help/How do I get or set the modification date of a file? (last edited 2011-03-26 23:34:24 by PaulBoddie)
Unable to edit the page? See the FrontPage for instructions.