C/Visual C - api´s windows

 
Vista:

api´s windows

Publicado por EVA SANTIAGO MESEGUER (1 intervención) el 04/12/2000 00:00:00
quiero sber cómo puedo copiar de un fichero a otro utilizando las funciones del API de windows.
Gracias.
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder

RE:api´s windows

Publicado por Endos (143 intervenciones) el 05/12/2000 00:00:00
BOOL CopyFile(
LPCTSTR lpExistingFileName, // pointer to name of an existing file
LPCTSTR lpNewFileName, // pointer to filename to copy to
BOOL bFailIfExists // flag for operation if file exists
);

Saludos,
Endos.
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar