mirror of
https://github.com/rclone/rclone.git
synced 2025-08-02 19:28:59 +02: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.