> From: l...@gnu.org (Ludovic Courtès) > Cc: guile-devel@gnu.org > Date: Wed, 09 Jul 2014 16:22:02 +0200 > > It seems that Gnulib’s dirname-lgpl and basename-lgpl modules do what > you want. Could you confirm?
Yes, they do the job. But since we want to support UNCs, we need to define DOUBLE_SLASH_IS_DISTINCT_ROOT to a non-zero value, because Gnulib doesn't. > If that’s the case, I’ll import them. If you want to commit > Window-specific tests, that’s even better. There are no tests of these functions currently. Do you mean you want a Window-only test? Thanks.