mirror of
https://github.com/rclone/rclone
synced 2025-03-17 23:04:13 +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.