Os.Statvfs(String) Method

Definition

See statvfs(2).

[Android.Runtime.Register("statvfs", "(Ljava/lang/String;)Landroid/system/StructStatVfs;", "")]
public static Android.Systems.StructStatVfs? Statvfs (string? path);
[<Android.Runtime.Register("statvfs", "(Ljava/lang/String;)Landroid/system/StructStatVfs;", "")>]
static member Statvfs : string -> Android.Systems.StructStatVfs

Parameters

path
String

Returns

Attributes

Exceptions

Remarks

See statvfs(2).

Java documentation for android.system.Os.statvfs(java.lang.String).

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