Java.IO.File.CanonicalFile Property
Returns a new file created using the canonical path of this file.

Syntax

[get: Android.Runtime.Register("getCanonicalFile", "()Ljava/io/File;", "GetGetCanonicalFileHandler")]
public virtual File CanonicalFile { get; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOExceptionif an I/O error occurs.

Remarks

Returns a new file created using the canonical path of this file. Equivalent to new File(this.getCanonicalPath()).

[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