Click or drag to resize

FileOpenBackupRead Method (String)

[AlphaFS] Opens the specified file for reading purposes bypassing security attributes. This method is simpler to use then BackupFileStream to read only file's data stream.

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

Parameters

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