Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference

ID 767251
Date 3/22/2024
Public
Document Table of Contents

PXFUTIME

POSIX Subroutine: Sets file access and modification times.

Module

USE IFPOSIX

CALL PXFUTIME (path,ilen,jutimbuf,ierror)

path

(Input) Character. The path to the file.

ilen

(Input) INTEGER(4). The length of path string.

jutimbuf

(Input) INTEGER(4). A handle of structure utimbuf.

ierror

(Output) INTEGER(4). The error status.

If successful, ierror is set to zero; otherwise, an error code.

The PXFUTIME subroutine sets access and modification times for the file pointed to by path. The time values are retrieved from structure utimbuf.