Intel® Fortran Compiler 18.0 Developer Guide and Reference
POSIX Function: Tests for a character file.
USE IFPOSIX
result = PXFISCHR (m)
m |
(Input) INTEGER(4). The value of the st_modecomponent (field) in the structure stat. |
The result type is logical. If the file is a character file, the result value is .TRUE.; otherwise, .FALSE..