Click or drag to resize

FileAppendAllLinesTransacted Method

Overload List
  NameDescription
Public methodStatic memberAppendAllLinesTransacted(KernelTransaction, String, IEnumerableString)
[AlphaFS] Appends lines to a file, and then closes the file. If the specified file does not exist, this method creates a file, writes the specified lines to the file, and then closes the file.
Public methodStatic memberAppendAllLinesTransacted(KernelTransaction, String, IEnumerableString, PathFormat)
[AlphaFS] Appends lines to a file, and then closes the file. If the specified file does not exist, this method creates a file, writes the specified lines to the file, and then closes the file.
Public methodStatic memberAppendAllLinesTransacted(KernelTransaction, String, IEnumerableString, Encoding)
[AlphaFS] Appends lines to a file, and then closes the file. If the specified file does not exist, this method creates a file, writes the specified lines to the file, and then closes the file.
Public methodStatic memberAppendAllLinesTransacted(KernelTransaction, String, IEnumerableString, Encoding, PathFormat)
[AlphaFS] Appends lines to a file, and then closes the file. If the specified file does not exist, this method creates a file, writes the specified lines to the file, and then closes the file.
Top
See Also