Nikita Karetnikov <nik...@karetnikov.org> skribis: > I’m trying to handle the “last-month” and the “first-month” cases. I’d > like to use ‘profile-numbers’* to construct an alist of generations and > their creation dates. > > What can I use to get the creation date of a file? I can’t find > anything in the manual.
Something like (and=> (stat foo) stat:ctime). > * We should rename it to ‘generation-numbers’ or something like that. Probably, yes. Ludo’.