SortedTreeFileOpenFile Method

Opens an archive file.

Definition

Namespace: SnapDB.Snap.Storage
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public static SortedTreeFile OpenFile(
	string file,
	bool isReadOnly
)

Parameters

file  String
The path to the SortedTreeFile to open.
isReadOnly  Boolean
True if the file should be opened in read-only mode; otherwise, false.

Return Value

SortedTreeFile
A new instance of SortedTreeFile representing the opened SortedTreeFile.

See Also