Unix file timestamps - Factor Documentation (original) (raw)
Unix file timestamps
Unix file attributes
Prev: | Unix file permissions |
---|---|
Next: | Unix file user and group ids |
To read file times, use the accessors on the object returned by the file-info word.
set-file-times ( path timestamps -- )
Setting just the last access time:
set-file-access-time ( path timestamp -- )