mirror of
https://github.com/rclone/rclone.git
synced 2025-02-09 13:13:53 +02: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.