public void Store(string fullpath, String comments)
        {
            using (StreamWriter wr = new StreamWriter(fullpath, false, Encoding.GetEncoding("ISO-8859-1")))
            {
                StoreInternal(wr, comments, true);