IPWorks SSH 2020 Python Edition

Questions / Feedback?

file_creation_time Property

The number of milliseconds since 12:00:00 AM January 1, 1970 when this file was created.

Syntax

def get_file_creation_time() -> int: ...
def set_file_creation_time(value: int) -> None: ...

file_creation_time = property(get_file_creation_time, set_file_creation_time)

Default Value

0

Remarks

The number of milliseconds since 12:00:00 AM January 1, 1970 when this file was created.

Copyright (c) 2023 /n software inc. - All rights reserved.
IPWorks SSH 2020 Python Edition - Version 20.0 [Build 8501]