% Dim Fso,arq,pasta Set Fso = CreateObject("scripting.filesystemobject") Set pasta = Fso.getfolder(server.mapPath("/certificado/arquivos/")) %>
|
<%
For each arq in pasta.Files
if arq.name="descricao.txt" then
%>
<%
end if
next
%>
|
| <% end if contador = contador + 1 next Response.Write " | |
" contador = contador - 1 %> |