S Sehboo Feb 9, 2004 #1 How can I find out from a URL if it is a relative path or an absolute path URL? Thanks
S Scott M. Feb 9, 2004 #2 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.
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.
C Cor Feb 9, 2004 #3 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 Click to expand... Cor
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 Click to expand... Cor