File.Path Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.