Python/File System
< Python
Jump to navigation
Jump to search
| TODO | CODE |
|---|---|
| Read/Write file mtime |
import os.path
os.path.getmtime('filename')
|
| Copy/Move file | |
| Path conversion | |
| List directory |
| TODO | CODE |
|---|---|
| Read/Write file mtime |
import os.path
os.path.getmtime('filename')
|
| Copy/Move file | |
| Path conversion | |
| List directory |