StructStat.StSize Property

Definition

For regular files, the file size in bytes.

[Android.Runtime.Register("st_size")]
public long StSize { get; set; }
[<Android.Runtime.Register("st_size")>]
member this.StSize : int64 with get, set

Property Value

Attributes

Remarks

For regular files, the file size in bytes. For symbolic links, the length in bytes of the pathname contained in the symbolic link. For a shared memory object, the length in bytes. For a typed memory object, the length in bytes. For other file types, the use of this field is unspecified.

Java documentation for android.system.StructStat.st_size.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to