FairCom ISAM for C
File-by-file Disk Full Checks
To disable disk full checks for a particular file:
- Set the ctNOSPACHK bit in the x8mode member of the XCREblk structure.
- Create the file using the 8-byte extended creates (e.g., CreateDataFileXtd8()).
To enable file-by-file checking with a file-specific disk full threshold:
- Set the dskful member of the XCREblk structure to the desired limit in bytes.
- Create the file using the 8-byte extended creates (e.g., CreateDataFileXtd8()).