![]() |
![]() |
| Paypal | FTP | CCD | Buscar | Trucos | Trabajo | Foros |
|
|||||||
| Registrarse | FAQ | Miembros | Calendario | Guía de estilo | Temas de Hoy |
|
|
Herramientas | Buscar en Tema | Desplegado |
|
#3
|
|||
|
|||
|
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('');
|
|
|
|