TransactionalEditOpenFile(SubFileName) Method
Opens a ArchiveFileStream that can be used to read and write to the file passed to this function.
Namespace: SnapDB.IO.FileStructureAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
function OpenFile(fileName);
- fileName SubFileName
- The name of the specified file to be passed to the function.
SubFileStreamException if file does not exist, otherwise, the file passed to the function.