We can check the folder exists or not in .Net 2.0 by using the following single line of code.
Code:
if (!Directory.Exists("C:/vinoth"))
{
Directory.CreateDirectory("C:/vinoth");
} That's it...
__________________
S.VinothkumaR
Behind me is infinite power,
Before me is Endless Possibility,
Around me is Boundless Opportunity,
Why should I fear!