private static string GetAbsoluteFilePath()

in Content/parameters.cake [272:274]


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