Java.IO.File.AbsoluteFile Property
Returns a new file constructed using the absolute path of this file.

Syntax

[get: Android.Runtime.Register("getAbsoluteFile", "()Ljava/io/File;", "GetGetAbsoluteFileHandler")]
public virtual File AbsoluteFile { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns a new file constructed using the absolute path of this file. Equivalent to new File(this.getAbsolutePath()).

[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