IStorageItemPath Property

Gets the file-system path of the item.

Definition

Namespace: Avalonia.Platform.Storage
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
Uri Path { get; }

Property Value

Uri

Remarks

Android backend might return file path with "content:" scheme. Browser and iOS backends might return relative uris.

See Also