public static class StorageProviderExtensions<ExtensionAttribute>
Public NotInheritable Class StorageProviderExtensions[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type StorageProviderExtensions = class end| 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. |