|
اغتيالات:
أرشيف
الصحافة
إفادات
جداول
|
<%
''''''''''''''''''''''''''''''''''''''''
' output the folder list
''''''''''''''''''''''''''''''''''''''''
Set objCollection = objFolder.SubFolders
For Each objItem in objCollection
strName = objItem.Name
if right(strName,6)<> "_files" then
'strAttr = MakeAttr(objItem.Attributes)
'dtmDate = CDate(objItem.DateLastModified)
%>
| <%=strName%> |
<%end if%>
<% Next %>
|