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 FileParentFile { 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.