mirror of
https://github.com/rclone/rclone.git
synced 2026-01-09 12:03:20 +00:00
Before this change mount only simulated rmdir & mkdir, now it actually runs mkdir & rmdir on the underlying remote, using the new parmaeters to fs.Mkdir and fs.Rmdir. Fixes #956