Click or drag to resize

Win32FindDataLength Property

Gets the size, in bytes, of the current file.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public long Length { get; }

Property Value

Type: Int64
The size of the current file in bytes.
See Also