This repository has been archived by the owner on Dec 6, 2024. It is now read-only.
AlphaFS 2.2.2
Serving along the Path for 10 years.
This release is also available on NuGet
Bugs Fixed
- Issue #434:
Directory.Move
operation worked in v2.0.1, but now fails in v.2.2.1 (Thx warrenlbrown) - Issue #436:
Directory.GetFiles()
with relative path (Thx stellarbear) - Issue #437: Fixed
PathTooLongException
for boundary case of directory name length inPath.NormalizePath
(Thx okrushelnitsky) - Issue #441:
InvalidOperationException
onDirectory.EnumerateFileSystemEntries()
(Thx CyberSinh) - Issue #444: Exception when moving or renaming a folder after updating from 2.1.3 to 2.2.1 (Thx mlaily)
Improvements
- Issue #149: Split unit-tests.
- Fixed all Sandcastle Help File Builder warnings.
- Because of bug fixes, the correct source-/destination folder is now shown in exceptions thrown from Directory/File.Copy/Move methods, instead of always showing the source folder path.
- Improved some unit tests that would fail when a removable drive is already removed but there's still a cached reference.