mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
(panel_operate): add TODO for rename/move of several directories.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
3ba4417c18
commit
64526def8a
@ -3184,6 +3184,11 @@ panel_operate (void *source_panel, FileOperation operation, gboolean force_singl
|
||||
goto clean_up;
|
||||
}
|
||||
|
||||
/* TODO: the good way is required to skip directories scanning in case of rename/move
|
||||
* of several directories. Since reqular expression can be used for destination,
|
||||
* some directory movements can be a cross-filesystem and directory scanning is useful
|
||||
* for those directories only. */
|
||||
|
||||
if (panel_operate_init_totals (panel, NULL, NULL, ctx, dialog_type) == FILE_CONT)
|
||||
{
|
||||
/* Loop for every file, perform the actual copy operation */
|
||||
|
Loading…
Reference in New Issue
Block a user