//check to see if a filename already exists public static bool CheckForFile(string fileName) { return(Saver.CheckForFile(Saver.saveType.dialogue, fileName)); }