guides:programming:programmers_reference_manual:the_systables_file

The SYSTABLES File

Each file that is attached has an entry in the SYSTABLES file and stored in the @TABLES array. The field layout of these entries is:

Field NumberDescription
0 (key)File Name. The name by which a user accesses the file
1Volume name. The volume from which this file was attached. This is the volume name as found as an entry in the SYSVOLUMES file.
2True file name. This is different from the key only if this is an aliased table, as set by Alias_Table().
3Application. The application name to which this file belongs.
4Filing System(s). The MFS/BFS list for that volume (delimited with @VM).
5File Handle. If the file has been opened during this session, the file handle is stored in this field. If the file has not been opened, the next BASIC+ OPEN statement will generate a filing system OPEN.FILE call.
  • guides/programming/programmers_reference_manual/the_systables_file.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1