https://circuitpython.readthedocs.io/en ... index.html just says
- os.stat(path: str) → Tuple[int, int, int, int, int, int, int, int, int, int]
Get the status of a file or directory.
The last three fields in the tuple appear to be timestamps, so I would have assumed that they should correspond to created, modified and accessed times. but when I call the function for "code.py" (on an itsybitsy M4 express CP 6.1.0), I get three identical timestamps that seem to correspond to the access time...