Package: gio

Function gio:file-info-access-date-time

Lambda List

gio:file-info-access-date-time (info)

Syntax

(g:file-info-access-date-time info) => time
(setf (g:file-info-access-date-time info) time)

Arguments

info -- a g:file-info instance
time -- an unsigned integer for the universal time

Details

Gets or sets the access time of the current info and returns it as a Lisp universal time. It is an error to call this function if info does not contain the "time:access" attribute. If the "time::access-usec" attribute is provided, the resulting universal time will additionally have microsecond precision.

If nanosecond precision is needed, the "time::acces-nsec" attribute must be queried separately using the g:file-info-attribute function.

Since 2.70
 

See also

2026-03-22