How can I find the server path to a folder on my host, Ive seen a ASP script that you stick in the folder and it tells you, but I cant find this...can anyone help?
thanks
Si
Printable View
How can I find the server path to a folder on my host, Ive seen a ASP script that you stick in the folder and it tells you, but I cant find this...can anyone help?
thanks
Si
Server.Mappath? Or is that the other way 'round?
Possibly:
:)Code:Server.MapPath("\foldername")
Oooh you post-stealer! :mad:
j/k :p
Well, just making it a tad more detailed...:D
Cheers!