IPWorks EDI 2020 Python Edition

Questions / Feedback?

file_access_time Property

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

Syntax

def get_file_access_time() -> int: ...
def set_file_access_time(value: int) -> None: ...

file_access_time = property(get_file_access_time, set_file_access_time)

Default Value

0

Remarks

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

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 Python Edition - Version 20.0 [Build 8203]