mirror of
https://github.com/rclone/rclone.git
synced 2026-04-25 09:49:19 -04: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