Tema: Copy file
Ver Mensaje Individual
  #4  
Antiguo 09-06-2015
rebotea rebotea is offline
Registrado
NULL
 
Registrado: sep 2014
Posts: 3
Reputación: 0
rebotea Va por buen camino
My native language is Portuguese

what i was asking is
how to copyfile in Android with XE8
Código Delphi [-]
  CopyFile(PChar(fileSource), PChar(fileDest), true) ;
Why the when i take a foto and the normal path is sdcard/ the foto will be saved ind the equipemente path ?

is there a way to force it?
Código Delphi [-]
  imgCameraImage.Bitmap.Assign(Image);
  imgCameraImage.Bitmap.SaveToFile( Localdb.Text + nomefoto );  // here is OK

Última edición por nlsgarcia fecha: 09-06-2015 a las 23:33:34. Razón: Sintaxis Delphi
Responder Con Cita