AlphaFS 2.0.1

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.
<PackageVersion Include="AlphaFS" Version="2.0.1" />
                    
Directory.Packages.props
<PackageReference Include="AlphaFS" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=AlphaFS&version=2.0.1
                    
Install AlphaFS as a Cake Addin
#tool nuget:?package=AlphaFS&version=2.0.1
                    
Install AlphaFS as a Cake Tool

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.

GitHub repositories (13)

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

Repository Stars
peass-ng/PEASS-ng
PEASS - Privilege Escalation Awesome Scripts SUITE (with colors)
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
omeryanar/FileExplorer
Windows File Explorer alternative with tab browsing
raandree/NTFSSecurity
Managing permissions with PowerShell is only a bit easier than in VBS or the command line as there are no cmdlets for most day-to-day tasks like getting a permission report or adding permission to an item. PowerShell only offers Get-Acl and Set-Acl but everything in between getting and setting the ACL is missing. This module closes the gap.
hxseven/Remove-Empty-Directories
A application that searches, displays and deletes empty directories recursively written in C#
ShinyHobo/BG3-Modders-Multitool
Utility for quickly generating Baldur's Gate 3 mod packs from an unpacked workspace (among other things). This project is not open source; read the license.
TV-Rename/tvrename
Organise your TV & Movie videos with ease
deadlydog/PathLengthChecker
Path Length Checker is a stand-alone app that returns the path and length of all files and directories in a given directory.
Syslifters/offsec-tools
Compiled tools for internal assessments
Smurf-IV/Elucidate
Elucidate: A GUI to drive the SnapRAID command line (via .Net)
LaughingLeader-DOS2-Mods/DivinityModManager
A mod manager for Divinity: Original Sin - Definitive Edition.
Version Downloads Last updated
2.0.1 1,382 2/7/2015
2.0.0.1 143 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.