X
xucheng
DirectoryInfo di=new DirectoryInfo("\\abcde");
if (!(di.Exists)){
di.Create();
}
if (!(di.Exists)){
Console.Write("BUG Report");
}
if (!(di.Exists)){
di.Create();
}
if (!(di.Exists)){
Console.Write("BUG Report");
}