URL

  • Thread starter Thread starter Sehboo
  • Start date Start date
S

Sehboo

How can I find out from a URL if it is a relative path or an absolute path URL?

Thanks
 
If it begins with "http://", then it is an absolute path, if not, it's
relative. Programmatically, you could just look at the left 7 chars. using
the left function.
 
Hi Sehboo,

Can you explain a little bit more what you mean with that?
How can I find out from a URL if it is a relative path or an absolute path URL?
Thanks

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top