Click or drag to resize

FileCreateTransacted Method (KernelTransaction, String)

Creates or overwrites a file in the specified path.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static FileStream CreateTransacted(
	KernelTransaction transaction,
	string path
)

Parameters

transaction
Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction.
path
Type: SystemString
The path and name of the file to create.

Return Value

Type: FileStream
A FileStream that provides read/write access to the file specified in path.
See Also