Hi, 

A short time ago, Ingo Hohmann, sent an email stating:
> Hi Ammon, Anton,
>
> Well, string conversion of paths is consistent with blocks:
>  >> to-string 'a/b/c
>
> == "abc"
>
>  >> to-string [ a b c ]
>
> == "abc"
>
>  >> any-block? 'a/b/c
>
> == true
>
> To preserve slashes, use form:
>  >> form 'a/b/c
>
> == "a/b/c"
>
>  >> append %a/ form 'b/c
>
> == %a/b/c

Thanks for the tip, I will find that extremely handy!

Thanks!!
Ammon


>
>
> Kind regards,
>
> Ingo
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to