FileSystemEntry.Length Property

Definition

Gets the length of the file, in bytes.

public:
 property long Length { long get(); };
public long Length { get; }
member this.Length : int64
Public ReadOnly Property Length As Long

Property Value

The file length in bytes.

Applies to