VBrick Multimedia
<%
Dim strPath 'Path of directory to show
Dim objFSO 'FileSystemObject variable
Dim objFolder 'Folder variable
strPath = "/eecs823/"
' Create FSO
Set objFSO = Server.CreateObject("Scripting.FileSystemObject")
' Get a handle on our folder
Set objFolder = objFSO.GetFolder(Server.MapPath(strPath))
' Show a description line and the title row of our table
%>
Presentation (Click To View) | Date Uploaded: |
','viewer','toolbar=no, status=no, width=1024, height=525, resizable=yes')"><%= objItem.Name %> | <%= objItem.DateCreated %> |