Ver Mensaje Individual
  #4  
Antiguo 20-04-2006
Avatar de seoane
[seoane] seoane is offline
Miembro Premium
 
Registrado: feb 2004
Ubicación: A Coruña, España
Posts: 3.717
Reputación: 24
seoane Va por buen camino
Se me ocurre que le puedes quitar el atributo de solo lectura

Código Delphi [-]
SetFileAttributes(PChar(MiFileListBox.FileName),FILE_ATTRIBUTE_NORMAL);
DeleteFile(MiFileListBox.FileName);
Responder Con Cita