IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

DirListFileTime Property

This property holds the modified date of the file.

Syntax

ANSI (Cross Platform)
char* GetDirListFileTime(int iEntryIndex);

Unicode (Windows)
LPWSTR GetDirListFileTime(INT iEntryIndex);
- (NSString*)dirListFileTime:(int)entryIndex;
#define PID_CLOUDSTORAGE_DIRLISTFILETIME 15

IPWORKSCLOUD_EXTERNAL void* IPWORKSCLOUD_CALL IPWorksCloud_CloudStorage_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

IPWORKSCLOUD_EXTERNAL int IPWORKSCLOUD_CALL IPWorksCloud_CloudStorage_CheckIndex(void *lpObj, int propid, int arridx);

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 EntryIndex parameter specifies the index of the item in the array. The size of the array is controlled by the DirListCount property.

This property is read-only and not available at design time.

Data Type

String

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