Quote file names in text, fixes #553
This commit is contained in:
parent
45f10be123
commit
12d47c8c80
2 changed files with 14 additions and 13 deletions
|
|
@ -303,6 +303,7 @@ async fn copy_or_move(
|
|||
}
|
||||
}
|
||||
if moving {
|
||||
//TODO: optimize to fs::rename when possible
|
||||
fs_extra::file::move_file_with_progress(
|
||||
from,
|
||||
to,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue