public StreamWriter AppendText(Encoding encoding)
 {
     return(File.AppendTextInternal(Transaction, LongFullName, encoding, PathFormat.LongFullPath));
 }
 public StreamWriter AppendText()
 {
     return(File.AppendTextInternal(Transaction, LongFullName, NativeMethods.DefaultFileEncoding, PathFormat.LongFullPath));
 }