SortedTreeFileOpenFile Method
Opens an archive file.
Namespace: SnapDB.Snap.StorageAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
Public Shared Function OpenFile (
file As String,
isReadOnly As Boolean
) As SortedTreeFile
public:
static SortedTreeFile^ OpenFile(
String^ file,
bool isReadOnly
)
SnapDB.Snap.Storage.SortedTreeFile.OpenFile = function(file, isReadOnly);
- file String
- The path to the SortedTreeFile to open.
- isReadOnly Boolean
- True if the file should be opened in read-only mode; otherwise, false.
SortedTreeFile
A new instance of
SortedTreeFile representing the opened SortedTreeFile.