public JsonResult CreateFolder(string currPath) { Tools tools = new Tools(_siteConfig); FileSugar.CreateFolder(tools.GetPath(currPath)); return(Json("OK")); }