alphaleonis / AlphaFS

AlphaFS is a .NET library providing more complete Win32 file system functionality to the .NET platform than the standard System.IO classes.
http://alphafs.alphaleonis.com/
MIT License
566 stars 99 forks source link

Add overloaded methods Directory.GetFileSystemEntryInfo #350

Closed Yomodo closed 7 years ago

Yomodo commented 7 years ago

Also see issue #349

Yomodo commented 7 years ago

Current code to retrieve a directory using File.GetFileSystemEntryInfo will now fail. The following, temporary, message has been added to File.GetFileSystemEntryInfo methods:

[Obsolete("This method is now invalid for directories; use method: Directory.GetFileSystemEntryInfo")]