| Get list of folders |
| <%
Whichfolder=server.mappath("\") &"/" Dim fs, f, f1, fc
For Each f1 in fc
|
Which subfolders are within "cgi-bin" folder?
| <%
Whichfolder=server.mappath("\") &"/cgi-bin/" Set fs = CreateObject("Scripting.FileSystemObject")
For Each f1 in fc
|