system.io.directorynotfoundexception code example
Example: system.io.directorynotfoundexception c#
if (!Directory.Exists(appDataPath))
{
Directory.CreateDirectory(appDataPath);
}
if (!Directory.Exists(appDataPath))
{
Directory.CreateDirectory(appDataPath);
}