IPWorks Cloud 2020 Python Edition

Questions / Feedback?

dir_list_file_time Property

This property holds the modified date of the file.

Syntax

def get_dir_list_file_time(entry_index: int) -> str: ...

Default Value

""

Remarks

This property holds the modified date of the file. By default the datetime format used is "yyyy-MM-dd'T'HH:mm:ss". To modify this format set DateFormat.

Note: Modified times are not applicable to directories for the following providers:

  • spAmazonS3 (0)
  • spDropbox (2)
  • spWasabi (7)
  • spDigitalOcean (8)
  • spGoogleStorage (9)
  • spBackblazeB2 (12)
  • spIBMStorage (13)
  • spLinode (14)

Additionally, the following providers do not return modified times at all:

  • spAzureFile (11)

The entry_index parameter specifies the index of the item in the array. The size of the array is controlled by the dir_list_count property.

This property is read-only.

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