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

ID 767251
Date 9/08/2022
Public

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

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.