if (File.Exists(TextBox1.Text ))//dosya yolu varsa
{
    Process.Start("explorer.exe", TextBox1.Text  );
 }