|
Size: 22
Comment:
|
Size: 225
Comment: Move under the help hierarchy. Removed the / character from the question.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| ## page was renamed from How do I get/set the modification date of a file? | |
| Line 2: | Line 3: |
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
