
23/12/2003, 18:41
|
| | Fecha de Ingreso: noviembre-2003 Ubicación: Distrito Federal
Mensajes: 225
Antigüedad: 21 años, 5 meses Puntos: 0 | |
A ver si esto te sirve
Set fso = CreateObject("Scripting.FileSystemObject")
Set oTempFile = fso.GetFile("Archivo.jpg")
oTempFile.Delete
Set oTempFile = Nothing
Set fso = Nothing |