How to check the drive is exists in the system from the given string in WPF. I have tried the following
Ex: FileLocation.Text = \"K:\\TestDriv
FileLocation.Text = \"K:\\TestDriv
you can try this....
MessageBox.Show(Environment.SystemDirectory.Contains("D").ToString());