This library implements the System.IO.Abstractions interfaces for interacting with the filesystem, and adds support for interacting with UNC or SMB paths.
Info
Version: | 1.1.15 |
Author(s): | jordanlytle, Jo0 |
Last Update: | Saturday, June 20, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/SmbAbstraction |
Install
Install-Package SmbAbstraction
dotnet add package SmbAbstraction
paket add SmbAbstraction
SmbAbstraction Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Logging.Abstractions(>= 3.1.3)
- System.IO.Abstractions(>= 10.0.1)
- SMBLibraryLite(>= 1.4.3.2)