[This is preliminary documentation and is subject to change.]
Size of file in bytes
Namespace: Tools.TotalCommanderTAssembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[CLSCompliantAttribute(false)] public ulong FileSize { get; set; } |
| Visual Basic |
|---|
<CLSCompliantAttribute(False)> _ Public Property FileSize As ULong Get Set |
| Visual C++ |
|---|
[CLSCompliantAttribute(false)] public: property unsigned long long FileSize { unsigned long long get (); void set (unsigned long long value); } |
| F# |
|---|
[<CLSCompliantAttribute(false)>] member FileSize : uint64 with get, set |
| JScript |
|---|
function get FileSize () : ulong function set FileSize (value : ulong) |
Remarks
This property is not CLS-compliant. CLS-cmplant alternative is to use some of following functions: SetFileSize(Int64), GetFileSize()()()(), SetFileSizeLow(Int64), SetFileSizeHigh(Int64), GetFileSizeLow()()()(), GetFileSizeHigh()()()().