TransactionalEditOpenFile(SubFileName) Method

Opens a ArchiveFileStream that can be used to read and write to the file passed to this function.

Definition

Namespace: SnapDB.IO.FileStructure
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public SubFileStream OpenFile(
	SubFileName fileName
)

Parameters

fileName  SubFileName
The name of the specified file to be passed to the function.

Return Value

SubFileStream
Exception if file does not exist, otherwise, the file passed to the function.

See Also