mirror of
https://github.com/rclone/rclone
synced 2025-03-15 20:35:07 +01:00

Normally os.OpenFile under Windows does not allow renaming or deleting open file handles. This package provides equivelents for os.OpenFile, os.Open and os.Create which do allow that.