private static string GetAbsoluteDirPath()

in Content/parameters.cake [267:270]


        private static string GetAbsoluteDirPath(string path){
            return _context
                .MakeAbsolute(_context.Directory(path)).Collapse().FullPath.ToString();
        }