mirror of
https://github.com/rclone/rclone.git
synced 2025-07-31 02:38:45 +02:00
Before this change we only removed virtual directory entries when they appeared in the listing. This works fine except for when virtual directory entries are deleted outside rclone. This change deletes directory virtual directory entries for backends which can have empty directories before reading the directory. See: https://forum.rclone.org/t/google-drive-rclone-rc-operations-mkdir-fails-on-repeats/17787