system.io.directorynotfoundexception csharp

Code Example - system.io.directorynotfoundexception csharp

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