FileStream: Length (get)

Length

The length of the current stream in bytes.



 Public Property Get Length ( ) As Currency

Return Values

Currency -  The number of bytes the current file is.

Remarks

If there is write data in the buffer, it will be flushed out to the file to allow for an accurate reading.

Read Only.

See Also

Project CorLib Overview

Class FileStream Overview