FileInfo: Length (get)

Length

Returns the size of the file in bytes.



 Public Property Get Length ( ) As Currency

Return Values

Currency -  The size of the file.

Remarks

A Currency datatype is used to allow file sizes greater than 2gig.

Read Only.

See Also

Project CorLib Overview

Class FileInfo Overview