2
Reply

C# see if directory file exists

Ask a question
dc

dc

11y
1.3k
1
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)