IPWorks SFTP 2020 Python Edition

Questions / Feedback?

file_modified_time Property

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

Syntax

def get_file_modified_time() -> int: ...
def set_file_modified_time(value: int) -> None: ...

file_modified_time = property(get_file_modified_time, set_file_modified_time)

Default Value

0

Remarks

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

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