Handbook
Glossary
change-file-times ( filename access modification -- )
Vocabulary
unix
Inputs
filename
an
object
access
an
object
modification
an
object
Outputs
None
Definition
USING:
accessors
kernel
unix.ffi
;
IN:
unix
:
change-file-times
( filename access modification -- )
utimbuf
new
swap
>>modtime
swap
>>actime
[
utime
]
unix-system-call
drop
;