Files
zig/lib/std
Ryan Liptak 6be202f466 Io: Add processSetCurrentPath
The logic used to allow providing a path for setting the CWD of a child process in https://codeberg.org/ziglang/zig/pulls/31090 applies here as well:

- Windows must provide a path when setting the CWD, so the path of an `Io.Dir` must be resolved before actually calling RtlSetCurrentDirectory_U
- A directory handle may have multiple paths associated with it, so providing the CWD as a string retains a legitimate use case in cases where the precise path matters
2026-03-09 03:19:11 +01:00
..
2025-11-22 22:42:38 +00:00
2026-02-26 21:20:34 +01:00
2026-03-09 03:19:11 +01:00
2025-11-22 22:42:38 +00:00
2026-03-03 01:12:48 -08:00
2026-02-11 23:37:31 +01:00
2026-02-13 17:58:09 -05:00
2025-12-22 10:00:35 -08:00
2025-11-22 22:42:38 +00:00
2026-02-26 21:20:34 +01:00
2026-03-09 03:19:11 +01:00
2025-08-29 17:14:26 -07:00
2025-08-29 17:14:26 -07:00
2025-11-22 22:42:38 +00:00
2026-03-05 21:07:36 +01:00
2026-01-28 00:43:20 -08:00
2026-02-11 23:37:31 +01:00
2026-03-09 03:19:11 +01:00
2026-02-05 16:50:41 -08:00
2025-08-28 18:30:57 -07:00
2025-07-16 10:27:39 -07:00
2026-02-13 22:12:19 -05:00