StreamWriter sw = new StreamWriter(fs);
            sw.WriteLine("I love you");
             sw.Flush();//....
          //  sw.Close();