This repository has been archived by the owner on Dec 6, 2024. It is now read-only.
AlphaFS 2.1.3
This release is also available on NuGet
Bugs Fixed
- Issue #288:
Directory.Exists
on root drive problem has come back with recent updates (Thx warrenlbrown) - Issue #289:
Alphaleonis.Win32.Network.Host.GetShareInfo
doesn't work since 2.1.0 (Thx Schoolmonkey/damiarnold) - Issue #296: Folder rename (casing) throws IOException with HResult
ERROR_SAME_DRIVE
(Thx doormalena) - Issue #297: Incorrect domain returned from
Host.EnumerateDomainDfsRoot
when specifying domain (Thx damiarnold) - Issue #299:
FileInfo.MoveTo
andDirectoryInfo.MoveTo
throwArgumentNullException
on empty destination path (Thx doormalena) - Issue #312:
Volume.EnumerateVolumes
skips first volume (Thx springy76) - Issue #313:
GetHostShareFromPath()
fails with spaces in share name (Thx damiarnold) - Issue #320: Minor changes in comments in
Win32Errors.cs
to eliminate compiler warnings. (Thx besoft) - Issue #321:
DirectoryInfo.CopyToMoveToCore()
callsPath.GetExtendedLengthPathCore()
withoutTransaction
parameter.