FileTime Property

The last modification time of the file pointed to by RemoteFile .

Syntax

ANSI (Cross Platform)
char* GetFileTime();

Unicode (Windows)
LPWSTR GetFileTime();
@property (nonatomic,readonly,assign,getter=fileTime) NSString* fileTime;
- (NSString*)fileTime;
#define PID_FTP_FILETIME 12

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_FTP_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

When this property is read, the FTP server is queried for the file modification time, and the response is provided as the property value. The time will be converted to the local time zone.

If the class is busy or is not connected, an empty string is returned.

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

Data Type

String

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