What's the best way to do the following (non-working):
aZnUrl / 'path/segment/string'.

Ways I thought of:
- Ugly: (url asString, 'path/segment/string') asZnUrl.
- Non-working: #addPathSegment:
- Tedious: url / 'path' / 'segment' / 'string'

It seems like a common-enough thing to do, but I couldn't find a way that I
liked...

Thanks,
Sean



--
View this message in context: 
http://forum.world.st/ZnUrl-Add-multiple-segment-string-tp4672728.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Reply via email to