zig/lib/std/fs
Jakub Konka 3e2e6baee5 Add std.os.getFdPath and std.fs.Dir.realpath
`std.os.getFdPath` is very platform-specific and can be used to query
the OS for a canonical path to a file handle. Currently supported hosts
are Linux, macOS and Windows.

`std.fs.Dir.realpath` (and null-terminated, plus WTF16 versions) are
similar to `std.os.realpath`, however, they resolve a path wrt to this
`Dir` instance.

If the input pathname argument turns out to be an absolute path, this
function reverts to calling `realpath` on that pathname completely
ignoring this `Dir`.
2020-08-13 07:08:39 +02:00
..
file.zig copy_file_range linux syscall (#6010) 2020-08-11 15:49:43 -04:00
get_app_data_dir.zig Add/fix missing WASI functionality to pass libstd tests 2020-05-18 16:09:49 +02:00
path.zig std.mem.dupe is deprecated, move all references in std 2020-07-04 21:40:06 +03:00
test.zig Add std.os.getFdPath and std.fs.Dir.realpath 2020-08-13 07:08:39 +02:00
wasi.zig Fix incorrect continue condition in PreopeonList 2020-07-12 21:02:33 +00:00
watch.zig Move delete file logic into windows.DeleteFile fn 2020-07-31 16:31:51 +02:00