alphaleonis/AlphaFS

ExistsDrive tweak?

EricZimmerman opened this issue · 0 comments

Hello, is it possible to change the behavior of this call:

Directory.ExistsDrive(_fluentCommandLineParser.Object.CsvDirectory)

to work when CsvDirectory is set to something like .\Foobar ?

the drive obviously exists, and if i do this:

(Directory.ExistsDrive(Path.GetFullPath(_fluentCommandLineParser.Object.CsvDirectory)

things work just fine, but it seems like the primary function should know that the drive for . exists.