Os.Stat(String) Method

Definition

See stat(2).

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

Parameters

path
String

Returns

Attributes

Exceptions

Remarks

See stat(2).

Java documentation for android.system.Os.stat(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