zig/lib/std/fs
LemonBoy 2551946a51 std: Fix path resolution on Windows
GetCurrentDirectory returns a path with a trailing slash iff the cwd is
a root directory, making the code in `resolveWindows` return an invalid
path with two consecutive slashes.

Closes #10093
2021-11-04 21:05:14 -04:00
..
file.zig migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
get_app_data_dir.zig migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
path.zig std: Fix path resolution on Windows 2021-11-04 21:05:14 -04:00
test.zig migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
wasi.zig migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
watch.zig migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00