Java.IO.File.Parent Property
Returns the pathname of the parent of this file.

Syntax

[get: Android.Runtime.Register("getParent", "()Ljava/lang/String;", "GetGetParentHandler")]
public virtual string Parent { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the pathname of the parent of this file. This is the path up to but not including the last name. null is returned if 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