FileIdBothDirectoryInfoAllocationSize Property |
The number of bytes that are allocated for the file. This value is usually a multiple of the sector or cluster size of the underlying physical device.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public long AllocationSize { get; set; }
Public Property AllocationSize As Long
Get
Set
public:
property long long AllocationSize {
long long get ();
void set (long long value);
}
member AllocationSize : int64 with get, set
Property Value
Type:
Int64See Also