recls C# mapping (release 12th October 2003)

FileEntry.Size Property

The size of the file entry

[Visual Basic]
Public ReadOnly Property Size As UInt64
[C#]
public ulong Size {get;}

Property Value

The size of the file entry

Remarks

This property represents the size of the entry, if it is a file. Other types return an entry size of 0

See Also

FileEntry Class | recls Namespace