TransactionalFileStructureOpenFile Method
Opens an existing file.
Namespace: SnapDB.IO.FileStructureAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
SnapDB.IO.FileStructure.TransactionalFileStructure.OpenFile = function(fileName, isReadOnly);
- fileName String
- The name of the existing file to open.
- isReadOnly Boolean
- A boolean that tells us whether or not the file is read-only.
TransactionalFileStructuretrue if the file is read-only; otherwise,
false if not.
| ArgumentNullException | Thrown if the file name is null. |
| Exception | Thrown if the file name does not exist. |