FileSize Property

The size of the file pointed to by RemoteFile .

Syntax

ANSI (Cross Platform)
int64 GetFileSize();

Unicode (Windows)
LONG64 GetFileSize();
@property (nonatomic,readonly,assign,getter=fileSize) long long fileSize;
- (long long)fileSize;
#define PID_FTP_FILESIZE 12

IPWORKSEDI_EXTERNAL void* IPWORKSEDI_CALL IPWorksEDI_FTP_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

0

Remarks

When this property is read, the FTP server is queried for the file size, and the response is provided as the property value.

If the class is busy or is not connected, 0 is returned.

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

Data Type

Long64

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