mirror of
https://github.com/rclone/rclone.git
synced 2025-06-04 01:06:05 +02:00
On Windows the fuse.O_* flags do not have the same values as the os.O_* flags so translate between the two representations. They are mostly the same which is why this hasn't caused a problem before.