if (File.Exists(“F:\\photo\\” + x + “.jpg”))
        {
                textBox1.Text = textBox1.Text + x +
“var”;
        }
else
        {
                textBox1.Text = textBox1.Text + x +
“yok”;
        }