Hi List,

I already know how to test url and file.

>> url? http://www.rebol.net
== true

>> file? %index.html
== true

But what if these came as strings

>> test: ["http://www.rebol.net"; "index.html"]
== ["http://www.rebol.net"; "index.html"]
>> url? first test
== false
>> file? second test
== false

In my case, I have to decide between url and file. How can i do?

Regards
Patrick
-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to