How to check a drives?
C#
3
Posts
2
Posters
0
Views
1
Watching
-
hi, I wanted to know if i get drives using the function "System.Environment.GetLogicalDrives()",then is there any methods which can tell which drive is what?Say i wanted to know whether "D:" is CDROM or the hard disk drive. Can anybody help me? Thanx in advance. Nitin_ap nitin_ap
-
hi, I wanted to know if i get drives using the function "System.Environment.GetLogicalDrives()",then is there any methods which can tell which drive is what?Say i wanted to know whether "D:" is CDROM or the hard disk drive. Can anybody help me? Thanx in advance. Nitin_ap nitin_ap
Use DriveInfo class for that... Regards Hansjörg
-
Use DriveInfo class for that... Regards Hansjörg