Java.IO.File.Delete Method
Deletes this file.

Syntax

[Android.Runtime.Register("delete", "()Z", "GetDeleteHandler")]
public virtual bool Delete ()

Returns

Documentation for this section has not yet been entered.

Remarks

Deletes this file. Directories must be empty before they will be deleted.

Note that this method does not throw IOException on failure. Callers must check the return value.

[Android Documentation]

Requirements

Namespace: Java.IO
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1