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.Physical |
Install
Install-Package Files.FileSystems.Physical
dotnet add package Files.FileSystems.Physical
paket add Files.FileSystems.Physical
Files.FileSystems.Physical Download (Unzip the "nupkg" after downloading)
This package provides a FileSystem implementation which interacts with the local machine's file system via the System.IO APIs.
As such, it is the prefered way for interacting with a real-world file system.
Learn more about Files at https://github.com/manuelroemer/Files.