mirror of
https://github.com/rclone/rclone.git
synced 2025-06-12 16:07:08 +02: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