mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 09:04:52 +01:00
71e98ea584
Before this change, renaming and deleting of open files (which can easily happen due to the asynchronous nature of file systems) would produce an error, for example saving files with Firefox. After this change we open files with the flags necessary for open files to be renamed or deleted. Fixes #2730 |
||
---|---|---|
.. | ||
test_vfs.go |