FileOpenBackupRead Method (KernelTransaction, String) |
[AlphaFS] Opens the specified file for reading purposes bypassing security attributes.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static FileStream OpenBackupRead(
KernelTransaction transaction,
string path
)
Public Shared Function OpenBackupRead (
transaction As KernelTransaction,
path As String
) As FileStream
public:
static FileStream^ OpenBackupRead(
KernelTransaction^ transaction,
String^ path
)
static member OpenBackupRead :
transaction : KernelTransaction *
path : string -> FileStream
Parameters
- transaction
- Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction. - path
- Type: SystemString
The file path to open.
Return Value
Type:
FileStreamA
FileStream on the specified path, having the read-only mode and sharing options.
See Also