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