%@ Language=VBScript %>
|
COEN 120 - Real Time Computing |
|
Instructor: Dr. Neil R. Quinn Jr. |
|
|
|
|
<%
Dim fso, f, f1, fc, fn
Set fso = CreateObject("Scripting.FileSystemObject")
' Set f = fso.GetFolder("..\studentsatwork")
Set f = fso.GetFolder("D:\wwwroot\NQuinn\COEN120Winter2002\StudentsAtWork")
Set fc = f.Files
For Each f1 in fc
fn = f1.name%>
"> <% next %> |
|