<% Dim objFSO Set objFSO = Server.CreateObject("Scripting.FileSystemObject") Dim objFolder Dim Path Path = Server.MapPath("\bills\2013\HB0599\") Set objFolder = objFSO.GetFolder(Path) Dim objFile Dim strCountfiles strCountfiles = 0 Dim u u = 0 Dim arrAmd arrAmd = Array() For Each objFile in objFolder.Files strCountfiles = strCountfiles + 1 Next ReDim arrAmd(strCountfiles -1) response.write("

 2013 House Bill Text Directory (All Versions; HB0500 - HB0599)

") Set objFolder = Nothing Set objFile = Nothing Set objFSO = Nothing %>