Python/File System: Difference between revisions
< Python
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
| Read/Write file mtime || | | Read/Write file mtime || | ||
<source lang="python"> | <source lang="python"> | ||
import os.path | |||
os.path.getmtime('filename') | |||
</source> | </source> | ||
|- | |- | ||
Revision as of 03:45, 23 May 2018
| TODO | CODE |
|---|---|
| Read/Write file mtime |
import os.path
os.path.getmtime('filename')
|
| Copy/Move file | |
| List directory |