A library that provides extension methods for System.IO.FileInfo and System.IO.DirectoryInfo to support symbolic links using the code from Troy Parsons' blog post http://troyparsons.com/blog/2012/03/symbolic-links-in-c-sharp/.
Info
Version: | 1.2.0 |
Author(s): | Michael Melancon |
Last Update: | Wednesday, September 19, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/michaelmelancon/symboliclinksupport.git |
NuGet Url: | https://www.nuget.org/packages/SymbolicLinkSupport |
Install
Install-Package SymbolicLinkSupport
dotnet add package SymbolicLinkSupport
paket add SymbolicLinkSupport
SymbolicLinkSupport Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 3.5
No dependencies.
- NETStandard.Library(>= 1.6.1)
Tags