[This is preliminary documentation and is subject to change.]

Gets low word FileSize as CLS-compliant Int64

Namespace: Tools.TotalCommanderT
Assembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public long GetFileSizeLow()
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Function GetFileSizeLow As Long
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
public:
long long GetFileSizeLow()
F#
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member GetFileSizeLow : unit -> int64 
JScript
public function GetFileSizeLow() : long

Return Value

Low word of FileSize

See Also