Os.Remove(String) Method

Definition

See remove(3).

[Android.Runtime.Register("remove", "(Ljava/lang/String;)V", "")]
public static void Remove (string? path);
[<Android.Runtime.Register("remove", "(Ljava/lang/String;)V", "")>]
static member Remove : string -> unit

Parameters

path
String
Attributes

Exceptions

Remarks

See remove(3).

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