Вниз
Скачать: CL | DM;

Как при копировании заменять файл?   Найти похожие ветки 

 
Intell ©   (2003-05-27 16:12) [0]

Я копирую файлы так:
CopyFile("C:\Netlog.txt", "C:\2.txt", true);
но почему-то если такой файл уже существует, то он не заменяется.


 
Anatoly Podgoretsky ©   (2003-05-27 16:15) [1]

Потому что ты ему так сказал, этим управляет третий параметр


 
Skier ©   (2003-05-27 16:16) [2]

Помощь читаем ? Или всё кодируем ?

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
);


bFailIfExists

Specifies how this operation is to proceed if a file of the same name as that specified by lpNewFileName already exists. If this parameter is TRUE and the new file already exists, the function fails. If this parameter is FALSE and the new file already exists, the function overwrites the existing file and succeeds.


 
VAleksey ©   (2003-05-27 16:36) [3]


> Skier © (27.05.03 16:16)

+
Еще и результат функции не забудь проверить после работы.


 
Intell ©   (2003-05-27 17:37) [4]

Спасибо!

>Skier
кодируем, кодируем...



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.012 c
6-26625
Arkara
2003-04-06 02:09
2003.06.09
Как вызвать стандартную звонилку Windows?


1-26545
OlegM
2003-05-28 09:36
2003.06.09
Про фришты


14-26658
Knight
2003-05-24 10:02
2003.06.09
Программы для создания календарей


14-26745
Knight
2003-05-22 20:15
2003.06.09
Как расчитать тарифы?


14-26726
Tatiana
2003-05-21 13:47
2003.06.09
Help.




   Наверх