zig/lib/std/fs
Andrew Kelley a62c8d36d5 std.fs.Dir.statFile rework
* revert changes to Module because the error set is consistent across
   operating systems.
 * remove duplicated Stat.fromSystem code and use a less redundant name.
 * make fs.Dir.statFile follow symlinks, and avoid pointless control
   flow through the posix layer.
2022-12-14 14:26:02 -07:00
..
file.zig std.fs.Dir.statFile rework 2022-12-14 14:26:02 -07:00
get_app_data_dir.zig std/fs: Support XDG_DATA_HOME 2022-01-24 17:33:38 +02:00
path.zig std.mem.Allocator: allow shrink to fail 2022-11-29 23:30:38 -07:00
test.zig std: fix WASI regressions 2022-12-06 12:15:05 -07:00
wasi.zig fix merge conflicts from master branch 2022-12-06 12:15:04 -07:00
watch.zig fs: Use OpenMode enum instead of read/write flags. 2022-01-29 15:52:08 +02:00