Info
Version: | 0.2.0 |
Author(s): | Manuel Römer |
Last Update: | Tuesday, December 15, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/manuelroemer/Files |
NuGet Url: | https://www.nuget.org/packages/Files.FileSystems.WindowsStorage |
Install
Install-Package Files.FileSystems.WindowsStorage
dotnet add package Files.FileSystems.WindowsStorage
paket add Files.FileSystems.WindowsStorage
Files.FileSystems.WindowsStorage Download (Unzip the "nupkg" after downloading)
Dependencies
- Files(>= 0.2.0)
This package provides a FileSystem implementation which interacts with the local machine's file system via UWP's Windows.Storage APIs.
This implementation is designed for applications targeting the UWP which, due to sandbox restrictions, cannot use .NET's System.IO APIs.
Learn more about Files at https://github.com/manuelroemer/Files.