File.Path Property

Definition

Converts this abstract pathname into a pathname string.

public virtual string Path { [Android.Runtime.Register("getPath", "()Ljava/lang/String;", "GetGetPathHandler")] get; }
[<get: Android.Runtime.Register("getPath", "()Ljava/lang/String;", "GetGetPathHandler")>]
member this.Path : string

Property Value

The string form of this abstract pathname

Attributes

Remarks

Converts this abstract pathname into a pathname string. The resulting string uses the #separator default name-separator character to separate the names in the name sequence.

Java documentation for java.io.File.getPath().

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