Previous Topic

Next Topic

Default File Modes

If no file mode is specified, the default file modes are used. The default file modes are listed below:

  • ctEXCLUSIVE
  • ctVIRTUAL
  • ctFIXED

If ctSHARED is not specified, the file mode includes ctEXCLUSIVE by default. If ctPERMANENT is not specified, the file mode includes ctVIRTUAL by default. If ctVLENGTH is not specified, the file mode includes ctFIXED by default.