Guardian Procedure Calls Reference Manual
FILEINFO Procedure (Superseded by FILE_GETINFOLIST_ Procedure)
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Condition Code Settings
Considerations
Examples
Summary
NOTE: This procedure is supported for compatibility with previous software and should not be
used for new development.
The FILEINFO procedure obtains error and characteristic information about a file. The file must be
open if you refer to it by its file number, but if you refer to it by its file name, it need not be open.
Table 21 (page 557) indicates which parameters are valid when specifying a file number or a file
name.
NOTE: This procedure does not support OSS ZYQ files.
Syntax for C Programmers
This procedure does not have a C syntax, because it is superseded and should not be used for
new development. This procedure is supported only for compatibility with previous software.
Syntax for TAL Programmers
CALL FILEINFO ( [ filenum ] ! i
,[ error ] ! o
,[ file-name ] ! i,o
,[ ldevnum ] ! o
,[ devtype ] ! o
,[ extent-size ] ! o
,[ eof-pointer ] ! o
,[ next-record-pointer ] ! o
,[ last-modtime ] ! o
,[ filecode ] ! o
,[ secondary-extent-size ] ! o
,[ current-record-pointer ] ! o
,[ open-flags ] ! o
,[ subdevice ] ! o
,[ owner ] ! o
,[ security ] ! o
,[ num-extents-allocated ] ! o
,[ max-file-size ] ! o
,[ partition-size ] ! o
,[ num-partitions ] ! o
,[ file-type ] ! o
,[ maximum-extents ] ! o
,[ unstructured-buffer-size ] ! o
,[ more-flags ] ! o
,[ sync-depth ] ! o
,[ next-open-fnum ] ); ! o
550 Guardian Procedure Calls (F)