Y
yellowblueyellow
Hey All,
I am using the following line of code to pick all logical drives on
the local machine:
string[] drives = Directory.GetLogicalDrives();
using the above code I can get output in the form of C:\, D:\, E:
\..etc
now I want to filter out the CD/DVD and FLOPPY drive... how do I do
this?
thanks
I am using the following line of code to pick all logical drives on
the local machine:
string[] drives = Directory.GetLogicalDrives();
using the above code I can get output in the form of C:\, D:\, E:
\..etc
now I want to filter out the CD/DVD and FLOPPY drive... how do I do
this?
thanks