Storage Namespace
Namespace Avalonia.Platform.Storage
Types
- FilePickerFileType - Represents a name mapped to the associated file types (extensions).
- FilePickerFileTypes - Dictionary of well known file types.
- FilePickerOpenOptions - Options class for Avalonia.Platform.Storage.IStorageProvider.OpenFilePickerAsync(Avalonia.Platform.Storage.FilePickerOpenOptions) method.
- FilePickerSaveOptions - Options class for Avalonia.Platform.Storage.IStorageProvider.SaveFilePickerAsync(Avalonia.Platform.Storage.FilePickerSaveOptions) method.
- FolderPickerOpenOptions - Options class for Avalonia.Platform.Storage.IStorageProvider.OpenFolderPickerAsync(Avalonia.Platform.Storage.FolderPickerOpenOptions) method.
- ILauncher - Starts the default app associated with the specified file or URI.
- IStorageBookmarkFile
- IStorageBookmarkFolder
- IStorageBookmarkItem
- IStorageFile - Represents a file. Provides information about the file and its contents, and ways to manipulate them.
- IStorageFolder - Manipulates folders and their contents, and provides information about them.
- IStorageItem - Manipulates storage items (files and folders) and their contents, and provides information about them
- IStorageProvider
- LauncherExtensions
- PickerOptions - Common options for Avalonia.Platform.Storage.IStorageProvider.OpenFolderPickerAsync(Avalonia.Platform.Storage.FolderPickerOpenOptions), Avalonia.Platform.Storage.IStorageProvider.OpenFilePickerAsync(Avalonia.Platform.Storage.FilePickerOpenOptions) and Avalonia.Platform.Storage.IStorageProvider.SaveFilePickerAsync(Avalonia.Platform.Storage.FilePickerSaveOptions) methods.
- SaveFilePickerResult - Extended result of the Avalonia.Platform.Storage.IStorageProvider.SaveFilePickerWithResultAsync(Avalonia.Platform.Storage.FilePickerSaveOptions) operation.
- StorageItemProperties - Provides access to the content-related properties of an item (like a file or folder).
- StorageProviderExtensions - Group of public extensions for Avalonia.Platform.Storage.IStorageProvider class.
- WellKnownFolder - Specifies enumerated constants used to retrieve directory paths to system well known folders.