zut.files.BaseStat

class zut.files.BaseStat(path: T_NormalizedPath)

Bases: Generic[T_NormalizedPath]

__init__(path: T_NormalizedPath)

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.