FileSize Property

The total size, in bytes, of this file.

Syntax

ANSI (Cross Platform)
int64 GetFileSize();

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

IPWORKSSSH_EXTERNAL void* IPWORKSSSH_CALL IPWorksSSH_SFTP_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

0

Remarks

The total size, in bytes, of this file.

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

Data Type

Long64

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