POSIX Subroutine: Sets file access and modification times.
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.
CONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIB