mirror of
https://github.com/rclone/rclone.git
synced 2026-01-03 17:13:18 +00:00
Before this change we used Remove to remove directories. This works fine on Unix based systems but not so well on Windows based ones. Swap to using RemoveDirectory instead.