Click or drag to resize

FileOpenBackupReadTransacted Method (KernelTransaction, String)

[AlphaFS] Opens the specified file for reading purposes bypassing security attributes.

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

Parameters

transaction
Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction.
path
Type: SystemString
The file path to open.

Return Value

Type: FileStream
A FileStream on the specified path, having the read-only mode and sharing options.
See Also