Java.IO.File.IsAbsolute Property
Indicates if this file's pathname is absolute.

Syntax

[get: Android.Runtime.Register("isAbsolute", "()Z", "GetIsAbsoluteHandler")]
public virtual bool IsAbsolute { get; }

See Also

File.Path

Value

Documentation for this section has not yet been entered.

Remarks

Indicates if this file's pathname is absolute. Whether a pathname is absolute is platform specific. On Android, absolute paths start with the character '/'.

[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