Ver Mensaje Individual
  #3  
Antiguo 18-11-2013
quimeras quimeras is offline
Miembro
 
Registrado: abr 2004
Posts: 86
Reputación: 21
quimeras Va por buen camino
Tal y como comenta dec, se podría tambien hacer de esta forma:
Código:
Uses System.IOUtils;

Memo1.Lines.SaveToFile(TPath.Combine(TPath.GetDownloadsPath, 'test.txt'));

Memo1.Lines.LoadFromFile(TPath.Combine(TPath.GetDownloadsPath, 'test.txt'));

Última edición por quimeras fecha: 18-11-2013 a las 17:53:55.
Responder Con Cita