Communicator 3000 MPE/iX Release 6.0 (Platform Software Release C.60.00) (30216-90269)
204 Chapter 10
Technical Articles
CI Enhancements
FLABELINFO and FINFO Enhancements
The FLABELINFO intrinsic returns information from the file label of a
disk file and the FINFO function is a CI interface to FLABELINFO. These
APIs have been enhanced to return four new items:
• number of sectors occupied by a file
• number of extents occupied by a file
• file creation time
• number of accessors to a file
FLABELINFO
Table 10-1 FLABEL Item Numbers
FINFO accepts the following numbers and aliases:
Table 10-2 FINFO Numbers
Item
Number
Type Item Description
58 I16 Number of sectors
occupied by the file.
59 I16 Number of extents
occupied by the file.
60 I32 File creation time
(CLOCK format).
61 I32 Number of accessor
of the file.
FINFO
Number
Mnemonic
Return
Type
58 SECTORS
NUM SECTORS
Integer
59 EXTENTS
NUM EXTENTS
Integer
60 CREATETIME
FMTCREATETIME
CREATION TIME
String
-60 INTCREATETIME
CREATION TIME
INTEGER
Integer
61 ACCESSORS
NUM ACCESSORS
Integer