This repository has been archived by the owner on Dec 6, 2024. It is now read-only.
Releases: alphaleonis/AlphaFS
Releases · alphaleonis/AlphaFS
AlphaFS 2.0.1
Bugs Fixed
- Fixed Issue #104:
VolumeInfo.Refresh()
fails withSystem.IO.IOException
: (234) - Fixed Issue #108:
Volume.Refresh()
should throwDeviceNotReadyException
. - Fixed Issue #110:
Directory.GetDirectoryRoot()
should throwSystem.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.
AlphaFS 2.0
Highlights
- Implementations of major .NET classes (File, Directory and Path, ...) up until .NET 4.5.
- Implemented a brand new file systems enumerator.
- Added support for working with files and folders with a trailing dot or space.
- Added support for AlternateDataStreams.
- Added support for accessing network resources, like SMB and DFS shares.
- Any many more minor changes.
For a complete list of changes, see the Changelog