{
            TextWriter writer;
            if (!File.Exists(FILENAME))
            {
                writer = new StreamWriter(FILENAME);