On Tue 19 Feb 2013 18:53, Eli Zaretskii <e...@gnu.org> writes: >> + (define (unc-path?) >> + ;; Universal Naming Convention (UNC) paths start with \\, and >> + ;; are always absolute. >> + (string-prefix? "\\\\" path)) > > A UNC file name can also begin with 2 slashes, as in "//foo/bar/". In > general, Windows system calls treat both kinds of slashes identically.
I've fixed this, I think. Thanks for the note, Andy -- http://wingolog.org/