mirror of
https://github.com/rclone/rclone.git
synced 2025-01-24 12:56:36 +02:00
0f41e91d41
If the remote on the command line is "remote:subdir", when deleting "filename", the confirmation message shows the path "remote:subdirfilename". Using fspath.JoinRootPath() fixes this. Also use this function and fs.ConfigString() in other parts of the file, since they are more appropriate.