Os.Chown(String, Int32, Int32) Method

Definition

See chown(2).

[Android.Runtime.Register("chown", "(Ljava/lang/String;II)V", "")]
public static void Chown (string? path, int uid, int gid);
[<Android.Runtime.Register("chown", "(Ljava/lang/String;II)V", "")>]
static member Chown : string * int * int -> unit

Parameters

path
String
uid
Int32
gid
Int32
Attributes

Exceptions

Remarks

See chown(2).

Java documentation for android.system.Os.chown(java.lang.String, int, int).

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