Quote file names in text, fixes #553

This commit is contained in:
Jeremy Soller 2024-10-11 14:35:12 -06:00
parent 45f10be123
commit 12d47c8c80
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
2 changed files with 14 additions and 13 deletions

View file

@ -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,