AlphaFS 2.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package AlphaFS --version 2.0.1
NuGet\Install-Package AlphaFS -Version 2.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AlphaFS" Version="2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AlphaFS --version 2.0.1
#r "nuget: AlphaFS, 2.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AlphaFS as a Cake Addin
#addin nuget:?package=AlphaFS&version=2.0.1

// Install AlphaFS as a Cake Tool
#tool nuget:?package=AlphaFS&version=2.0.1

AlphaFS is a .NET library providing more complete Win32 file system functionality to the .NET platform than the standard System.IO classes. Features highlights: creating hardlinks, accessing hidden volumes, enumeration of volumes, transactional file operations and much more.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (9)

Showing the top 5 NuGet packages that depend on AlphaFS:

Package Downloads
SprightlySoft.AWSComponent

Description

AuxiliarySharp

Just a bunch of useful methods

windows-prison

Windows Prison

Cube.FileSystem.AlphaFS

Wraps the AlphaFS package compatible with the Cube.FileSystem interface.

ObjectExplorerWPF

Custom file/folder explorer control for WPF

GitHub repositories (14)

Showing the top 5 popular GitHub repositories that depend on AlphaFS:

Repository Stars
carlospolop/PEASS-ng
PEASS - Privilege Escalation Awesome Scripts SUITE (with colors)
duplicati/duplicati
Store securely encrypted backups in the cloud!
chocolatey/choco
Chocolatey - the package manager for Windows
yaronzz/Tidal-Media-Downloader-PRO
Download 'TIDAL' Music On Windows/Linux/MacOs (PYTHON/C#)
RevoLand/Steam-Library-Manager
Open source utility to manage Steam, Origin and Uplay libraries in ease of use with multi library support. ||| Steam Games Database: https://stmstat.com
Version Downloads Last updated
2.2.6 407,227 8/18/2018
2.2.5 4,502 7/27/2018
2.2.4 6,939 7/12/2018
2.2.3 4,651 6/14/2018
2.2.2 6,814 6/5/2018
2.2.1 34,193 4/5/2018
2.2.0 17,027 3/25/2018
2.1.3 322,201 6/5/2017
2.1.2 35,040 10/30/2016
2.1.1 2,112 10/30/2016
2.1.0 9,975 9/29/2016
2.0.1 170,911 2/7/2015
2.0.0.1 2,488 1/16/2015
2.0.0 4,269 1/16/2015

Bugs Fixed
----------

* Fixed Issue #104: `VolumeInfo.Refresh()` fails with `System.IO.IOException`: (234)
* Fixed Issue #108: `Volume.Refresh()` should throw `DeviceNotReadyException`.
* Fixed Issue #110: `Directory.GetDirectoryRoot()` should throw `System.ArgumentException`.
* Fixed Issue #117: Fix `Path.GetFullPath()` issues.
* Fixed Issue #123: When `Directory.Encrypt/Decrypt()` is non-recursive, only process the folder.
* Fixed Issue #124: Unit tests for long/short path are failing.