Ejemplo n.º 1
0
        public JsonResult CreateFolder(string currPath)
        {
            Tools tools = new Tools(_siteConfig);

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