mirror of
https://github.com/rclone/rclone
synced 2025-03-07 07:49:20 +01: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.