You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- rename doesn't work on Windows if the target already exists, instead
use ReplaceFile/MoveFile depending on if the target exists
- open() doesn't properly set sharing permissions, use CreateFile
instead
- fds must be closed before attempting to move their target file on
Windows
0 commit comments