Back to product page

SizeHi property


Holds size of the file or directory (higher 32 bits).

Type

A Long value

Syntax

  • Basic
object.SizeHi [= value]
The SizeHi(object,value) syntax has these parts:
objectAn expression evaluating to an object of type DirItem.
valueA Long value.

Remarks

This property will contain higher 32 bits of the Size of the file or folder. Usually it will be 0, but if size of remote file is larger than 4.2GB it may contain value you should multiply with MAX_UNSIGNED+1 (4294967296) and add to the value of Size property.

Just a reminder - you must call ListDir to get directory listing, and then access files through Ftp.DirItems property in order for this property to be available!

Platforms

Windows