IFileInfo.Length Property
Definition
The length of the file in bytes, or -1 for a directory or non-existing files.
public:
property long Length { long get(); };
public long Length { get; }
member this.Length : int64
Public ReadOnly Property Length As Long
Property Value
- Int64
Applies to