StorageProviderExtensions Class
Group of public extensions for IStorageProvider class.
Definition
Namespace: Avalonia.Platform.Storage
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static class StorageProviderExtensions
<ExtensionAttribute>
Public NotInheritable Class StorageProviderExtensions
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type StorageProviderExtensions = class end
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. |