Exemple #1
0
        public JsonResult Del(string currPath)
        {
            Tools tools = new Tools(_siteConfig);

            FileSugar.DelFolder(tools.GetPath(currPath));
            return(Json("OK"));
        }