Os.Lstat(String) Method

Definition

See lstat(2).

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

Parameters

path
String

Returns

Attributes

Exceptions

Remarks

See lstat(2).

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