public bool Exists()

in Bootstrap/Bootstrap.cs [47:50]


        public bool Exists(String folder)
        {
            return File.Exists(Path.Combine(folder, FileName));
        }