Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

system.io.directorynotfoundexception c#

if (!Directory.Exists(appDataPath)) 
{
     Directory.CreateDirectory(appDataPath);
}
Source by forums.asp.net #
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
8+7 =