zig/lib/std/fs
Ryan Liptak a190582b26 fs.Dir.realpathW: Reduce the number of OpenFile calls for directories
`.filter = .any` can be used here to remove an unnecessary extra OpenFile call when getting the path of a directory
2023-08-10 13:25:14 -07:00
..
file.zig windows.OpenFile/DeleteFile: Add NetworkNotFound as a possible error 2023-07-27 09:35:29 -07:00
get_app_data_dir.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
path.zig Add fs.path.ComponentIterator and use it in Dir.makePath 2023-07-27 10:22:54 -07:00
test.zig fs.Dir.realpathW: Reduce the number of OpenFile calls for directories 2023-08-10 13:25:14 -07:00
wasi.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
watch.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00