Ver Mensaje Individual
  #3  
Antiguo 07-11-2005
[Gunman] [Gunman] is offline
Miembro
 
Registrado: dic 2004
Ubicación: Pedreguer.
Posts: 355
Reputación: 22
[Gunman] Va por buen camino
Aaaaahmmmmm... Ahora pruebo...

(Probando...)

Pues no... Aquí dejo el error y el código:
Código:
if FileExists(IncludeTrailingPathDelimiter(CDirLCCB.Text)+
 				Item.Caption) = True then
   begin
 	AssignFile(f, OpenDialog1.FileName);
 	Reset(f);
 	try
 	  Item.SubItems.Add(IntToStr(FileSize(f)));
 	finally
 	  CloseFile(f);
 	end;
   end
   else
 	Item.SubItems.Add('');
El Error: EInOutError (I/O Error 6)
__________________
l2prog.co.nr
Responder Con Cita