FileAppendAllLines Method |
Name | Description | |
---|---|---|
AppendAllLines(String, IEnumerableString) | 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.
| |
AppendAllLines(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.
| |
AppendAllLines(String, IEnumerableString, Encoding) | 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.
| |
AppendAllLines(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.
| |
AppendAllLines(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.
| |
AppendAllLines(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.
| |
AppendAllLines(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.
| |
AppendAllLines(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.
|