mirror of
https://github.com/rclone/rclone.git
synced 2025-08-04 04:01:11 +02: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.