Click or drag to resize

FileAppendAllTextTransacted Method (KernelTransaction, String, String)

[AlphaFS] Appends the specified stringto the file, creating the file if it does not already exist.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static void AppendAllTextTransacted(
	KernelTransaction transaction,
	string path,
	string contents
)

Parameters

transaction
Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction.
path
Type: SystemString
The file to append the specified string to.
contents
Type: SystemString
The string to append to the file.
Exceptions
See Also