%@ LANGUAGE="VBScript" %> <% 'Set file I/O constants. Const ForReading = 1 'Map the file name to the physical path on the server. filename = "serverstat0.inc" filename1 = "serverstat1.inc" filename2 = "serverstat2.inc" fileother = "other.inc" path = Server.MapPath("/IT") & "\system\data\" & filename path1 = Server.MapPath("/IT") & "\system\data\" & filename1 path2 = Server.MapPath("/IT") & "\system\data\" & filename2 pathother = Server.MapPath("/IT") & "\system\data\" & fileother %>
![]() ![]() |
| This page is maintained by CalState Fullerton Information Technology. Report problems to the IT Webmaster. California State University, Fullerton ©2005. All Rights Reserved. |