DirListFileSize Property
This property holds the size of the file in bytes.
Syntax
ns_int64 GetDirListFileSize(int iEntryIndex);
Default Value
0
Remarks
This property holds the size of the file in bytes. This is also applicable to folders for depending on the ServiceProvider.
The table below summarizes the applicability of this value on a per-provider basis:
Service Provider | Files | Directories |
AmazonS3 | X | |
Box | X | X |
Dropbox | X | |
GoogleDrive | X | |
OneDrive | X | X |
SharePoint |
The size of the array is controlled by the DirListCount property.
This property is read-only and not available at design time.
Data Type
Long64