File.Size (Property)

The size of the file.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:Number primitive
JavaScript syntax:IEmyFile.Size

The size of the file measured in bytes is yielded by this property. This is effectively the same as the value returned by the getLength() method in the NES server environment.

See also:Folder.Size