StructStat.StSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.