S
Steven Burn
Oks, I know I'm going to seem completely stupid here but, I have a question
thats been doing my head in for the last few hours.
Basically, I'm trying to find a way to turn a folder and file path, from the
path, to the actual URL.
For example, if you were to type;
Response.Write <a href=" & folder.name & ">" & folder.name & "</a>"
It would automatically go to the URL of the folder, rather than the file,
but would display the link as the folder's name.
Doing it as;
Response.Write <a href=" & folder.name & ">" & folder.path & "</a>"
Will show the actual server path to the folder (i.e.
e:\myserver\myfolder\current_folder)
What I would like to do is have it so, instead of showing the folder's name,
or path, it would show the actual URL and not the server path, as the
folder.path does........
Hope I'm making sense here?.....
--
Regards
Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk
Keeping it FREE!
Disclaimer:
I know I'm probably wrong, I just like taking part ;o)
thats been doing my head in for the last few hours.
Basically, I'm trying to find a way to turn a folder and file path, from the
path, to the actual URL.
For example, if you were to type;
Response.Write <a href=" & folder.name & ">" & folder.name & "</a>"
It would automatically go to the URL of the folder, rather than the file,
but would display the link as the folder's name.
Doing it as;
Response.Write <a href=" & folder.name & ">" & folder.path & "</a>"
Will show the actual server path to the folder (i.e.
e:\myserver\myfolder\current_folder)
What I would like to do is have it so, instead of showing the folder's name,
or path, it would show the actual URL and not the server path, as the
folder.path does........
Hope I'm making sense here?.....
--
Regards
Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk
Keeping it FREE!
Disclaimer:
I know I'm probably wrong, I just like taking part ;o)