Ryan Liptak bf25816067 Move Windows rename implementation from std.posix to windows.RenameFile
This also unifies the rename implementations, since previously `posix.renameW` used `MoveFileEx` while `posix.renameatW` used `NtOpenFile`/`NtSetInformationFile`. This, in turn, allows the `MoveFileEx` bindings to be deleted as `posix.renameW` was the only usage.
2025-11-23 23:38:01 -08:00
..
2025-07-16 10:27:39 -07:00
2025-08-29 17:14:26 -07:00
2025-11-20 15:03:23 -08:00
2025-11-20 15:03:23 -08:00
2025-08-29 17:14:26 -07:00
2025-02-09 09:08:11 +01:00