Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MoveFileEx (0.29 sec)

  1. src/cmd/go/internal/robustio/robustio_flaky.go

    //
    // On Windows it wraps os.Rename, which (as of 2019-06-04) uses MoveFileEx with
    // MOVEFILE_REPLACE_EXISTING.
    //
    // Windows also provides a different system call, ReplaceFile,
    // that provides similar semantics, but perhaps preserves more metadata. (The
    // documentation on the differences between the two is very sparse.)
    //
    // Empirical error rates with MoveFileEx are lower under modest concurrency, so
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 2.5K bytes
    - Viewed (0)
Back to top