Closed Jean-Luc-Picard-2021 closed 2 months ago
The bug doesn't appear for other attributes, like here:
?- file_property('<dir>\\foo\\f3.pl', last_modification(X)).
X = dt(2023,10,14,17,16,14)
?- file_property('<dir>\\bar\\f4.pl', last_modification(X)).
X = dt(2023,10,14,17,16,14)
It seems to use stat and not lstat.
Possibly need to close this ticket anyway, this GitHub seems to be completely dead, just like GNU Prolog. The ticket was opened 12 months ago. It was neither classified by
severity nor otherwise touched by any GNU developer.
Is there a way to retrieve a real file name in GNU Prolog, that results from following symlinks? Take this scenario of a file symlink on Windows:
I only get:
Whereas nodeJS gives me: