W
Wayne Wengert
I am trying to determine if a file exists on a web site but I cannot get a
match. I have verified that the file does exists in the specified directory
(I verified the case of the file and directory name). The code (below) is
from one of my aspx pages. Is there something here I overlooked?
Wayne
======================= code =======================
If File.Exists(Server.MapPath("./scores/" & strCurrEventID & ".pdf")) Then
btnViewScores.Enabled = True
End If
match. I have verified that the file does exists in the specified directory
(I verified the case of the file and directory name). The code (below) is
from one of my aspx pages. Is there something here I overlooked?
Wayne
======================= code =======================
If File.Exists(Server.MapPath("./scores/" & strCurrEventID & ".pdf")) Then
btnViewScores.Enabled = True
End If