FILE_ATTRIBUTE_STANDARD_ALLOCATED_SIZE


Description:

[ Deprecated ( since = "vala-0.16" , replacement = "FileAttribute.STANDARD_ALLOCATED_SIZE" ) ]
public const unowned string FILE_ATTRIBUTE_STANDARD_ALLOCATED_SIZE

Warning: FILE_ATTRIBUTE_STANDARD_ALLOCATED_SIZE is deprecated. Use GLib.FileAttribute.STANDARD_ALLOCATED_SIZE.

A key in the "standard" namespace for getting the amount of disk space that is consumed by the file (in bytes).

This will generally be larger than the file size (due to block size overhead) but can occasionally be smaller (for example, for sparse files). Corresponding FileAttributeType is g_file_attribute_type_uint64.


Namespace: GLib
Package: gio-2.0