foreach ( string vDrive in Environment . GetLogicalDrives())
textBox1 . AppendText(vDrive + "\r\n" );