zut.files.BaseStat
- class zut.files.BaseStat(path: T_NormalizedPath)
Bases:
Generic
[T_NormalizedPath
]- __init__(path: T_NormalizedPath)
Methods
__init__
(path)Attributes
Date of last access (aware if possible).
Date of creation (aware if possible).
Date of last modification (aware if possible).
Size of the file expressed in bytes.
- property accessed_at: datetime
Date of last access (aware if possible).
- property created_at: datetime
Date of creation (aware if possible).
- property modified_at: datetime
Date of last modification (aware if possible).
- property size: int
Size of the file expressed in bytes.