Hello,
We are pleased to announce Guile-Gnome 2.16.5, the next maintenance
release for the 2.16 series.
* Guile-Gnome Homepage
http://www.gnu.org/software/guile-gnome
* Guile-Gnome 2.16.5 release tarball GPG signature [*]
http://ftp.gnu.org/pub/gnu/guile-gnome/guile-gnome-pl
> Guile provides "readlink". Isn't it the thing you need?
no, i am afraid not. readlink returns the target of a symbolic link. realpath
resolves all directory references like ".." and "." and all symbolic links in a
path and returns a path that does not include those things.
i have now impleme
j kalbhenn (2017-06-03 17:20 +) wrote:
> guile does not offer "realpath", which is part of the posix standard as
> far as i can tell. http://pubs.opengroup.org/onlinepubs/9699919799/
Guile provides "readlink". Isn't it the thing you need?
--
Alex