Can anyone please tell me the answer to the following problem ?
I would like to ammend a string to a variable in the following line instead of the actual file name itself. Each time I attempt to do this I get an error and do not know if it is my incorrect syntax that's causing it or whether it just isn't possible to use a variable in this case.
sPath=Server.MapPath("TestFile.asp")
I would like to ammend a string to a variable in the following line instead of the actual file name itself. Each time I attempt to do this I get an error and do not know if it is my incorrect syntax that's causing it or whether it just isn't possible to use a variable in this case.
sPath=Server.MapPath("TestFile.asp")