MCPcopy Index your code
hub / github.com/geekcomputers/Python / file_mtime

Function file_mtime

photo_timestamp_renamer.py:88–89  ·  view source on GitHub ↗
(path: Path)

Source from the content-addressed store, hash-verified

86
87
88def file_mtime(path: Path) -> datetime:
89 return datetime.fromtimestamp(path.stat().st_mtime)
90
91
92def unique_name(dest_dir: Path, base: str, ext: str) -> Path:

Callers 1

rename_photosFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected