auto-rich copy not working
Posted: 05 Nov 2012 23:38
steps to repro:
1. have two folders with same named files on pane 2.
2. on pane 1, inactive, have a target folder.
3. run this script:
the rich copy dialog will pop but click 'yes' to confirm rich copy will not respond at all.
same thing happens on ordinary drag-drop operation from list to tree: a base folder will be created but 'yes' won't do a thing.
1. have two folders with same named files on pane 2.
2. on pane 1, inactive, have a target folder.
3. run this script:
Code: Select all
$path = get("path", i);
$list = folderreport("files", "r", "", "r", , "|");
moveas "*.?", "$path", "$list";
same thing happens on ordinary drag-drop operation from list to tree: a base folder will be created but 'yes' won't do a thing.