Which files are within my main folder?
Dim fs, f, f1, fc Set fs = CreateObject("Scripting.FileSystemObject") Set f = fs.GetFolder(Whichfolder) Set fc = f.files
For Each f1 in fc Response.write (f1.name & "<BR>") Next %>
Which files are within "cgi-bin" folder?