ReadSnapshotOpenFile(SubFileName) Method
Opens an ArchiveFileStream that can be used to read or write to the specified file.
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 file to open.
SubFileStreamAn ArchiveFileStream for reading the specified file.
This method allows you to open an ArchiveFileStream for reading a file identified by its name.
The provided fileName is used to locate and open the corresponding file.
| Exception | Thrown if the specified file does not exist. |