alphaleonis / AlphaFS

AlphaFS is a .NET library providing more complete Win32 file system functionality to the .NET platform than the standard System.IO classes.

Home Page:http://alphafs.alphaleonis.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExistsDrive tweak?

EricZimmerman opened this issue · comments

commented

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.