Description
problem:
Copied folder "New Folder".
Of "C: \"
In the "C: \ Program Files"
When in the "C: \ Program Files" there is no folder named "New Folder". Copied correctly.
When in the "C: \ Program Files" is a folder named "New Folder". Copied incorrectly.
It turns out "C: \ Program Files \ New Folder \ New Folder"
Should be "C: \ Program Files \ New Folder"
The name "New Folder" may be any other.
Directory copy (how and where) can be arbitrary.
***
Задача:
Копируется папка "New Folder".
Из "C:\ "
В "C:\Program Files"
Когда в "C:\Program Files" нет папки с именем "New Folder". Копируется правильно.
Когда в "C:\Program Files" есть папка с именем "New Folder". Копируется неправильно.
Получается "C:\Program Files\New Folder\New Folder"
Должно быть "C:\Program Files\New Folder"
Название "New Folder" может быть любым другим.
Директории копирования (откуда и куда) могут быть любыми.
Attachments
Issue Links
- relates to
-
CORE-13176 Drag and drop with multiple files is broken
- Resolved