![]() |
![]() |
| Paypal | FTP | CCD | Buscar | Trucos | Trabajo | Foros |
|
|||||||
| Registrarse | FAQ | Miembros | Calendario | Guía de estilo | Buscar | Temas de Hoy | Marcar Foros Como Leídos |
|
|
Herramientas | Buscar en Tema | Desplegado |
|
#2
|
||||
|
||||
|
function CopyFileTo(const Source: string; const Destination: string): Boolean;
Parameters const Source: string Source file name. const Destination: string Destination file name. Returns Boolean - True if the file is copied, False on error. Description CopyFileTo is a function used to copy the file specified in Source to the file specified in Destination. CopyFileTo will return False if the file in Destination already exists. CopyFileTo encapsulates the platform-specific calls needed to perform the file copy operation. On the Windows platform, this is the Win32 API function CopyFile. On the Linux platform, CopyFileTo uses a TFileStream instance to create the destination file. Has probado poniendo :
|
| Herramientas | Buscar en Tema |
| Desplegado | |
|
|
Temas Similares
|
||||
| Tema | Autor | Foro | Respuestas | Último mensaje |
| Copiar un archivo a otra pc usando el puerto serial como comunicacion | maravert | API de Windows | 3 | 10-06-2007 17:24:42 |
| Como copiar los datos de una tabla a otra | Shidalis | Varios | 2 | 21-07-2005 14:34:32 |
| ¿Cómo puedo copiar el contenido de una tabla en otra de distinta Base de Datos? | nuri | SQL | 4 | 08-07-2005 12:39:52 |
| Como Copiar Un Mismo Registro De Una Tabla A Otra En Delphi | NaZi_DjInN | Tablas planas | 2 | 30-09-2004 22:13:17 |
| Ayuda por favor con COPYFILE o bien ¿como puedo copiar archivos? | Phacko | API de Windows | 1 | 28-07-2004 20:58:00 |
|