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