public string ExistFilePath() { Article a = new Article() { ID = ArticleID }; string folderPath = a.AttachmentUrlPath + "/thumbnail/"; FileHelp.IsDirExists(folderPath); return(Server.MapPath(folderPath)); }