Re: (SWI) Access to file attributes?



On 2005-06-28, Mauro Di Nuzzo <picorna@xxxxxxxxx> wrote:
> Does a way to access file attributes exist in swi prolog?
> I'm sure but couldnt find it. Sorry.
>
> I'm mainly interested in "last modified" attribute.

?- aprospos(file).

leads to time_file(+File, -Time).

Cheers --- Jan
.