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
As we'll account for potentially open files via unique temp file names
and locking, we should be good to always use `MoveFileExW`, which also
gives us `fsync`-like properties via `MOVEFILE_WRITE_THROUGH`:
"The function does not return until the file is actually moved on the disk.
Setting this value guarantees that a move performed as a copy and delete
operation is flushed to disk before the function returns. The flush
occurs at the end of the copy operation."
0 commit comments