
01/03/2005, 11:14
|
 | | | Fecha de Ingreso: agosto-2002 Ubicación: Hangar 18
Mensajes: 1.703
Antigüedad: 22 años, 8 meses Puntos: 16 | |
Checa por FileSystemObject
Set fso = CreateObject("Scripting.FileSystemObject")
Set f = fso.GetFolder(nombreCarpeta)
Set fc = f.Files
For Each f1 in fc
algo aqui
Next |