StorageProviderExtensions Class

Group of public extensions for IStorageProvider class.

Definition

Namespace: Avalonia.Platform.Storage
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static class StorageProviderExtensions
Inheritance
Object    StorageProviderExtensions

Methods

TryGetFileFromPathAsync(IStorageProvider, String) Attempts to read file from the file-system by its path.
TryGetFolderFromPathAsync(IStorageProvider, String) Attempts to read folder from the file-system by its path.
TryGetLocalPath(IStorageItem) Gets the local file system path of the item as a string.

See Also