Click to See Complete Forum and Search --> : getting a folder full path


pelegk1
10-28-2003, 01:36 AM
i have folders on the server
i want to get the full path to the folder :
say i have a file getFolder.asp
and a folder in the same level called myfolder
all in drive e:\
so i want to get :
running getFolder.asp
and to get :
e:\myfolder

rdoekes
10-28-2003, 05:33 AM
Try:

Request.ServerVariables("APPL_PHYSICAL_PATH ")