Java.IO.File.ParentFile Property
Returns a new file made from the pathname of the parent of this file.

Syntax

[get: Android.Runtime.Register("getParentFile", "()Ljava/io/File;", "GetGetParentFileHandler")]
public virtual File ParentFile { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns a new file made from the pathname of the parent of this file. This is the path up to but not including the last name. null is returned when there is no parent.

[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