How to check whether a folder named RM exists inside a directory...I have given the directory path through textbox like txtBoxInput.Text and in thi
RM
txtBoxInput.Text
String Path=txtBoxInput.Text+'//'+"RM";
if (Directory.Exists(path)) return true;