Intel® Fortran Compiler 18.0 Developer Guide and Reference

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.