Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
155645 Points
19985 Posts
Moderator
MVP
Feb 16, 2012 12:33 PM|LINK
That should be CreateDirectory:
if (!Directory.Exists(appDataPath)) { Directory.CreateDirectory(appDataPath); }
Mikesdotnett...
All-Star
155645 Points
19985 Posts
Moderator
MVP
Re: System.IO.DirectoryNotFoundException: Could not find a part of the path
Feb 16, 2012 12:33 PM|LINK
That should be CreateDirectory:
if (!Directory.Exists(appDataPath)) { Directory.CreateDirectory(appDataPath); }Web Pages CMS | My Site | Twitter