Click or drag to resize
FileOpenWrite Method (KernelTransaction, String)
[AlphaFS] Opens an existing file or creates a new file for writing.

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

Parameters

transaction
Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction.
path
Type: SystemString
The file to be opened for writing.

Return Value

Type: FileStream
An unshared FileStream object on the specified path with Write access.
See Also