On 1/10/17, skywind mailing lists <[email protected]> wrote: > zout will contain finally "//abc.def". This is an invalid > pathname, I believe.
Actually, //abc.def and /abcdef are equivalent, on every unix system I have ever used. Try it! ls /bin ls //bin ls //////bin -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

