How can I check if directory C:/
contains a folder named MP_Upload
, and if it does not exist, create the folder automatically?
I am using Visual Studio 2005 C#.
How can I check if directory C:/
contains a folder named MP_Upload
, and if it does not exist, create the folder automatically?
I am using Visual Studio 2005 C#.