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" />
<PackageVersion Include="AlphaFS" Version="2.0.1" />
<PackageReference Include="AlphaFS" />
paket add AlphaFS --version 2.0.1
#r "nuget: AlphaFS, 2.0.1"
#addin nuget:?package=AlphaFS&version=2.0.1
#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 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.
|
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.