Currently i am using
File.Exists(abc)
{
//abc="me_label.deploy" which is coming from Streamreader.ReadLine();
//I used even full path, I dont want to include files in my project. if i Include its working fine for me
//File
}
File.Exists(abc)
{
//abc="me_label.deploy" which is coming from Streamreader.ReadLine();
//I used even full path, I dont want to include files in my project. if i Include its working fine for me
//File
}