Possible Duplicate:
C# Check if folder exist in directory and create them
i have application who create files and need to put them in specific folder, what is he best solution for check if the folder exist and if not create one ? (i am a new developer)
Directory.Exists Method. Here is a sample code for you.
This method is in
System.IOnamespace