mirror of
https://github.com/rclone/rclone
synced 2025-03-11 15:14:30 +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.