mirror of
https://github.com/rclone/rclone.git
synced 2026-01-07 19:13:19 +00:00
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.