[NotClientImplementableAttribute]
public interface IStorageProvider<NotClientImplementableAttribute>
Public Interface IStorageProvider[<NotClientImplementableAttribute>]
type IStorageProvider = interface end| CanOpen | Returns true if it's possible to open file picker on the current platform. |
| CanPickFolder | Returns true if it's possible to open folder picker on the current platform. |
| CanSave | Returns true if it's possible to open save file picker on the current platform. |
| OpenFileBookmarkAsync(String) | Open IStorageBookmarkFile from the bookmark ID. |
| OpenFilePickerAsync(FilePickerOpenOptions) | Opens file picker dialog. |
| OpenFolderBookmarkAsync(String) | Open IStorageBookmarkFolder from the bookmark ID. |
| OpenFolderPickerAsync(FolderPickerOpenOptions) | Opens folder picker dialog. |
| SaveFilePickerAsync(FilePickerSaveOptions) | Opens save file picker dialog. |
| TryGetFileFromPathAsync(Uri) | Attempts to read file from the file-system by its path. |
| TryGetFolderFromPathAsync(Uri) | Attempts to read folder from the file-system by its path. |
| TryGetWellKnownFolderAsync(WellKnownFolder) | Attempts to read folder from the file-system by its path |
| TryGetFileFromPathAsync(String) |
Attempts to read file from the file-system by its path.
(Defined by StorageProviderExtensions) |
| TryGetFolderFromPathAsync(String) |
Attempts to read folder from the file-system by its path.
(Defined by StorageProviderExtensions) |