zut.files.FileStat

class zut.files.FileStat(path: str)

Bases: BaseStat[str]

__init__(path: str)

Methods

__init__(path)

Attributes

accessed_at

Date of last access (aware if possible).

created_at

Date of creation (aware if possible).

modified_at

Date of last modification (aware if possible).

size

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.