Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Releases: alphaleonis/AlphaFS

AlphaFS 2.0.1

07 Feb 16:46
Compare
Choose a tag to compare

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.

AlphaFS 2.0

16 Jan 18:52
Compare
Choose a tag to compare

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