Introduction | Language Structure | IB Statements | File System | Comet 32 Runtime | Index |
Below is a brief summary of the most common file operations. Note that some of these operations may not be performed simultaneously by multiple users, or actions taken by one user could affect file operations attempted by another.
At the highest level, Internet Basic file operations include statements to open, close, create, erase, rename, lock, and unlock a file, including:
Once a data file is created and opened, normal I/O operations may proceed. Internet Basic provides statements for reading records, writing records, reading and locking records, deleting records, etc. These include:
Internet Basic also provides statements for inserting, rewriting, and updating data records, including:
In addition to these direct input/output statements, Internet Basic provides several file functions, including: