dc

dc

  • NA
  • 663
  • 0

C# see if directory file exists

Jan 23 2013 10:16 AM
In a C# 2008 desktop application, I want to be able to check for a directory folder existing in a specified location. The directory path will look like C:\\main_folder\mm_yyyy. The mm_yyyy stands for the month and year.
Thus can you should be code on how to check if a folder actually exists?

Answers (2)