List all the Logical Drive in the Computer : Windows Application, C#
Using System.Management name space we can read the all operating system details and we query System_Win32 database in the following example I am trying to read all the logical drives in the computer and list them in a ListBox and select a drive and you can browse all the files in the drive. So lets [...]