Этот баннер — требование Роскомнадзора для исполнения 152 ФЗ.
«На сайте осуществляется обработка файлов cookie, необходимых для работы сайта, а также для анализа использования сайта и улучшения предоставляемых сервисов с использованием метрической программы Яндекс.Метрика. Продолжая использовать сайт, вы даёте согласие с использованием данных технологий».
Политика конфиденциальности
|
|
|
Builder v.5 команда копирования файла в Windows ?
|
|||
|---|---|---|---|
|
#18+
Пожалуйста, подскажите как в Buildere скопировать файл из одной директории в другую. В Delphi есть просто команда CopyFile. В help искала - пока безуспешно :( заранее, спасибо :) ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 23.07.2003, 10:17 |
|
||
|
Builder v.5 команда копирования файла в Windows ?
|
|||
|---|---|---|---|
|
#18+
ну дык Делфи и Билдер близнецы братья просто синтаксис разный (как характер )... ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 23.07.2003, 10:19 |
|
||
|
Builder v.5 команда копирования файла в Windows ?
|
|||
|---|---|---|---|
|
#18+
плохо искала winbase.h The CopyFile function copies an existing file to a new file. 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. Return Values If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. To get extended error information, call GetLastError. Remarks Security attributes for the existing file are not copied to the new file. File attributes (FILE_ATTRIBUTE_*) for the existing file are copied to the new file. For example, if an existing file has the FILE_ATTRIBUTE_READONLY file attribute, a copy created through a call to CopyFile will also have the FILE_ATTRIBUTE_READONLY file attribute. For further information on file attributes, see CreateFile. ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 23.07.2003, 10:26 |
|
||
|
|

start [/forum/topic.php?fid=57&msg=32215211&tid=2036173]: |
0ms |
get settings: |
11ms |
get forum list: |
19ms |
check forum access: |
4ms |
check topic access: |
4ms |
track hit: |
50ms |
get topic data: |
9ms |
get forum data: |
2ms |
get page messages: |
31ms |
get tp. blocked users: |
1ms |
| others: | 240ms |
| total: | 371ms |

| 0 / 0 |
