Developer Guide and Reference

ID 767251
Date 10/31/2024
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Visible to Intel only — GUID: GUID-627155C1-A47A-4049-ADFE-5A8F831D767E

Document Table of Contents

PXFISREG

POSIX Function: Tests whether a file is a regular file.

Module

USE IFPOSIX

result = PXFISREG (m)

m

(Input) INTEGER(4). The value of the st_mode component (field) in the structure stat.

Results

The result type is logical. If the file is a regular file, the result value is .TRUE.; otherwise, .FALSE..

See Also