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
 
Back
Top