AlphaFS 2.0.1
dotnet add package AlphaFS --version 2.0.1
NuGet\Install-Package AlphaFS -Version 2.0.1
<PackageReference Include="AlphaFS" Version="2.0.1" />
paket add AlphaFS --version 2.0.1
#r "nuget: AlphaFS, 2.0.1"
// 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 | Versions 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. |
This package has no dependencies.
GitHub repositories (13)
Showing the top 5 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
|
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.