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

Gets high 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 GetFileSizeHigh()
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Function GetFileSizeHigh As Long
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
public:
long long GetFileSizeHigh()
F#
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member GetFileSizeHigh : unit -> int64 
JScript
public function GetFileSizeHigh() : long

Return Value

High word of FileSize

See Also