Is this clipping of the path intentional?
combine_path("/foo","/bar","gaz");
Result 3: "/bar/gaz"
That looks correct. You start at /foo, then you go from there to /bar, and finaly you enter gaz, leaving you at /bar/gaz.
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
Previous text:
2002-11-11 16:07: Subject: combine_path()
Is this clipping of the path intentional?
combine_path("/foo","/bar","gaz");
Result 3: "/bar/gaz"
/ Peter Bortas
pike-devel@lists.lysator.liu.se