Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (D-F)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
5-48
FILEINFO 
(Superseded by FILE_GETINFO_, FILE_GETINFOBYNAME_, 
FILE_GETINFOLIST_, and FILE_GETINFOLISTBYNAME_) Obtains error and 
characteristic information about a file.
CALL FILEINFO ( [ filenum ]
 ,[ error ]
 ,[ filename ]
 ,[ ldevnum ]
 ,[ devtype ]
 ,[ extent-size ]
 ,[ eof-pointer ]
 ,[ next-record-pointer ]
 ,[ last-modtime ]
 ,[ filecode ]
 ,[ secondary-extent-size ]
 ,[ current-record-pointer ]
 ,[ open-flags ]
 ,[ subdevice ]
 ,[ owner ]
 ,[ security ]
 ,[ num-extents-allocated ]
 ,[ max-file-size ]
 ,[ partition-size ]
 ,[ num-partitions ]
 ,[ file-type ]
 ,[ maximum-extents ]
 ,[ unstructured-buffer-size ]
 ,[ more-flags ]
 ,[ sync-depth ]
 ,[ next-open-fnum ] );
filenum  INT:value input
error  INT:ref:1 output
filename  INT:ref:12 input output
ldevnum  INT:ref:1 or INT:ref:16 output
devtype  INT:ref:1 output
extent-size  INT:ref:1 output
eof-pointer INT(32):ref:1 output
next-record-pointer INT(32):ref:1 output
last-modtime  INT:ref:3 output
filecode  INT:ref:1 output










