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