Skip to content

v7.0.5

Choose a tag to compare

@fgreinacher fgreinacher released this 11 Oct 20:00
fix(439): Pattern "*." returns only files with no extension (#516)

* fix(439): Add special case to Directory.GetFilesInternal to return only files without extensions when search pattern is "*."

* Added files with no extension to the existing tests in MockDirectoryTests.

* fix(439): Pattern *. works as System.Directory.

* Fix for case sensitive paths.