Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/11/2003, 13:18
Avatar de Mignola
Mignola
 
Fecha de Ingreso: noviembre-2002
Ubicación: Templo Shaolin
Mensajes: 167
Antigüedad: 22 años, 9 meses
Puntos: 1
Con FileSystem:

Código:
<%

set FSO = Server.CreateObject("Scripting.FileSystemObject")
Set carpeta = fso.GetFolder( Server.MapPath(LoQSea) )

For Each archivos In carpeta.Files
%>

<img src="iconito.gif" border=0><%= archivos.name %>
<br>

<% 
next 
%>
Creo q con eso ya te funcionara...