Voiz logó Próbáld ki 14 napig ingyen!

Temp_cleaner Gui [verified] -

# New classes/methods needed class TempScanner: def scan(self, include_system=False) -> List[TempItem]: """Returns list of TempItem with name, path, size, modified_date""" def get_size_and_count(self, path: str) -> Tuple[int, int]: """Recursive size and file count""" class TempItem: name: str path: str size_bytes: int modified: datetime is_protected: bool # Windows system file or <24h old