Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2003.08.25;
Скачать: CL | DM;

Вниз

SHFileOperation   Найти похожие ветки 

 
Igor__ ©   (2003-06-24 18:58) [0]

Как при помощи этой процедуры скопировать несколько файлов? Если копирорвать по-очериди то будет много окон копирования, а мне нужно, чтобы скопировать много файлов(с разных частей винта) и было одно окошко копирования.

И ещё можно ли скопировать разные файлы в разные каталоги под одним диалогом копирования?


 
Suntechnic ©   (2003-06-24 19:18) [1]

Из описания
SHFILEOPSTRUCT Structure

Как при помощи этой процедуры скопировать несколько файлов? Если копирорвать по-очериди то будет много окон копирования, а мне нужно, чтобы скопировать много файлов(с разных частей винта) и было одно окошко копирования
pFrom
...Although this member is declared as a null-terminated string, it is used as a buffer to hold multiple file names. Each file name must be terminated by a single NULL character. An additional NULL character must be appended to the end of the final name to indicate the end of pFrom.

И ещё можно ли скопировать разные файлы в разные каталоги под одним диалогом копирования?
pTo
Address of a buffer to contain the name of the destination file or directory. This parameter must be set to NULL if it is not used. Like pFrom, the pTo member is also a double-null terminated string and is handled in much the same way. However, pTo must meet the following specifications:
Wildcard characters are not supported.
Copy and Move operations can specify destination directories that do not exist and the system will attempt to create them. The system normally displays a dialog box to ask the user if they want to create the new directory. To suppress this dialog box and have the directories created silently, set the FOF_NOCONFIRMMKDIR flag in fFlags.
For Copy and Move operations, the buffer can contain multiple destination file names if the fFlags member specifies FOF_MULTIDESTFILES.
Pack multiple names into the string in the same way as for pFrom.
Use only fully-qualified paths. Using relative paths will have unpredictable results.




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

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

Наверх




Память: 0.47 MB
Время: 0.029 c
8-81847
lmd
2003-04-23 12:10
2003.08.25
Как добавить картинку в RichText ?


1-81638
BillyJeans
2003-08-12 14:02
2003.08.25
Как узнать с какого контрола перешел фокус на текущий?


14-81940
Vlad Oshin
2003-08-07 08:50
2003.08.25
Какой сервис пак тащить?


3-81594
sensor-x
2003-07-30 05:01
2003.08.25
CheckListBox & Query


1-81709
Vt
2003-08-11 08:09
2003.08.25
Мастера вот в статьях есть пример DragDrop для ListViw