Previously, windows was using the CREATE_NEW flag which fails if the file previously existed, which differed from the unix semantics. This alters the opening to use the OPEN_ALWAYS flag to mirror the unix semantics. Closes #13861 |
||
|---|---|---|
| .. | ||
| io | ||
| lib.rs | ||
| task.rs | ||