Share via


AbstractPreferences.AbsolutePath Method

Definition

Implements the absolutePath method as per the specification in Preferences#absolutePath().

[Android.Runtime.Register("absolutePath", "()Ljava/lang/String;", "GetAbsolutePathHandler")]
public override string? AbsolutePath ();
[<Android.Runtime.Register("absolutePath", "()Ljava/lang/String;", "GetAbsolutePathHandler")>]
override this.AbsolutePath : unit -> string

Returns

this preference node's absolute path name.

Attributes

Remarks

Implements the absolutePath method as per the specification in Preferences#absolutePath().

This implementation merely returns the absolute path name that was computed at the time that this node was constructed (based on the name that was passed to this node's constructor, and the names that were passed to this node's ancestors' constructors).

Java documentation for java.util.prefs.AbstractPreferences.absolutePath().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to