Path Property
Gets the file-system path of the item.
Definition
Namespace: Avalonia.Platform.Storage
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
Uri Path { get; }
ReadOnly Property Path As Uri
Get
abstract Path : Uri with get
Property Value
UriRemarks
Android backend might return file path with "content:" scheme. Browser and iOS backends might return relative uris.