FSTAT — Get file status¶
- FSTAT()¶
FSTATis identical to STAT, except that information about an already opened file is obtained.- Parameters
UNIT – An open I/O unit number of type
INTEGER.VALUES – The type shall be
INTEGER(4), DIMENSION(13).STATUS – (Optional) status flag of type
INTEGER(4). Returns 0 on success and a system specific error code otherwise.
Standard:GNU extension
Class:Subroutine, function
Syntax:CALL FSTAT(UNIT, VALUES [, STATUS]) STATUS = FSTAT(UNIT, VALUES)
Example:See STAT for an example.
See also:To stat a link: LSTAT To stat a file: STAT