zig/lib/std/fs
Ryan Liptak 894a991714 Add depth function to Walker.Entry
This enables depth-related use cases without any dependency on the Walker's internal stack which doesn't always pertain to the actual depth of the current entry (i.e. recursing into a directory immediately affects the stack).
2025-10-03 16:29:09 -07:00
..
AtomicFile.zig std.fs.File: delete writeFileAll and friends 2025-07-21 12:32:37 -07:00
Dir.zig Add depth function to Walker.Entry 2025-10-03 16:29:09 -07:00
File.zig use copy_file_range syscall on linux 2025-09-24 03:08:12 +02:00
get_app_data_dir.zig std: Add support for SerenityOS in various places 2025-03-11 14:59:42 +00:00
path.zig std.fmt: delete deprecated APIs 2025-08-31 12:49:18 -07:00
test.zig Add depth function to Walker.Entry 2025-10-03 16:29:09 -07:00
wasi.zig Replace deprecated default initializations with decl literals 2024-09-12 16:01:23 +01:00