Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2003.06.09;
Скачать: 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 вся ветка

Текущий архив: 2003.06.09;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.016 c
1-26512
NewD
2003-05-30 07:58
2003.06.09
Иерархический список


14-26715
Лфкищ
2003-05-22 09:19
2003.06.09
Про Rus Eng


14-26737
neuro
2003-05-22 17:52
2003.06.09
STL 4 delphi


3-26397
Zn
2003-05-19 18:41
2003.06.09
При отображении в DBGrid поля Float отображается мусор.


3-26377
Polard
2003-05-21 10:43
2003.06.09
Invalid BLOB handle in record buffer