system.io.directorynotfoundexception c#

70

system.io.directorynotfoundexception c# -

if (!Directory.Exists(appDataPath)) 
{
     Directory.CreateDirectory(appDataPath);
}

Comments

Submit
0 Comments