FileOpenBackupRead Method (String, PathFormat) |
[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 OpenBackupRead(
string path,
PathFormat pathFormat
)
Public Shared Function OpenBackupRead (
path As String,
pathFormat As PathFormat
) As FileStream
public:
static FileStream^ OpenBackupRead(
String^ path,
PathFormat pathFormat
)
static member OpenBackupRead :
path : string *
pathFormat : PathFormat -> FileStream
Parameters
- path
- Type: SystemString
The file path to open. - pathFormat
- Type: Alphaleonis.Win32.FilesystemPathFormat
Indicates the format of the path parameter(s).
Return Value
Type:
FileStreamA
FileStream on the specified path, having the read-only mode and sharing options.
See Also