TransactionalEditOpenFile(Int32) Method
Opens a ArchiveFileStream that can be used to read/write to the file passed to this function.
Namespace: SnapDB.IO.FileStructureAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
Public Function OpenFile (
fileIndex As Integer
) As SubFileStream
function OpenFile(fileIndex);
- fileIndex Int32
- The index of the file to open.
SubFileStreamA SubFileStream representing the opened file.