Visible to Intel only — GUID: GUID-EE6BD843-5DE9-4408-B533-4DF801881D3F
Visible to Intel only — GUID: GUID-EE6BD843-5DE9-4408-B533-4DF801881D3F
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.