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

Процедура копирования файла   Найти похожие ветки 

← →
Masloff   (2004-06-28 15:57) [0]

Вопрос ламерский, просто я забыл, а посмотреть негде...


← →
Sandman25 ©   (2004-06-28 15:58) [1]

CopyFile :)


← →
Тимохов ©   (2004-06-28 15:58) [2]

а нафига смотреть то?
вы на бумаге что ли пишите?
если на компе, то у вас должен быть хелп.


← →
Тимохов ©   (2004-06-28 15:58) [3]


> Sandman25 ©   (28.06.04 15:58) [1]

специалист по медвежьим услугам? :)))


← →
Anatoly Podgoretsky ©   (2004-06-28 16:00) [4]

Враг народа


← →
Masloff   (2004-06-28 16:00) [5]

Пишу процедуру в блокноте. Одной подружке срочно нужно, а у нее дельфей даже нет...


← →
Тимохов ©   (2004-06-28 16:01) [6]


> Masloff   (28.06.04 16:00) [5]

тогда прошу прощения.
писать не в дельфи - это высший класс!


← →
Masloff   (2004-06-28 16:02) [7]

А какие там параметры передаются? (просто с Delphi почти не работал)


← →
Sandman25 ©   (2004-06-28 16:02) [8]

[3] Тимохов ©   (28.06.04 15:58)

Нет, просто подумал, что автор забыд, как на английском "скопировать".


← →
begin...end ©   (2004-06-28 17:20) [9]


> [7] Masloff   (28.06.04 16:02)


> А какие там параметры передаются?

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


Parameters

lpExistingFileName

Points to a null-terminated string that specifies the name of an existing file.

lpNewFileName

Points to a null-terminated string that specifies the name of the new file.

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.


← →
TUser ©   (2004-06-28 20:09) [10]


> А какие там параметры передаются? (просто с Delphi почти
> не работал)

А это и не Delphi, это апи.



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

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



Память: 0.47 MB
Время: 0.021 c
3-1087213459
Pul
2004-06-14 15:44
2004.07.11
Declared cursor already exist


6-1084521397
Emmerich
2004-05-14 11:56
2004.07.11
Cетевое приложение


3-1087029221
Юрий
2004-06-12 12:33
2004.07.11
dbExpress


3-1086879429
Subdigger
2004-06-10 18:57
2004.07.11
dbms_output


3-1087235294
Homer
2004-06-14 21:48
2004.07.11
Работа с MySQL




   Наверх