Os.Link(String, String) Method

Definition

See link(2).

[Android.Runtime.Register("link", "(Ljava/lang/String;Ljava/lang/String;)V", "")]
public static void Link (string? oldPath, string? newPath);
[<Android.Runtime.Register("link", "(Ljava/lang/String;Ljava/lang/String;)V", "")>]
static member Link : string * string -> unit

Parameters

oldPath
String
newPath
String
Attributes

Exceptions

Remarks

See link(2).

Java documentation for android.system.Os.link(java.lang.String, 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