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
..
2020-08-11 15:49:43 -04:00
2020-08-01 17:15:53 +03:00
2020-04-28 19:11:31 -06:00
2020-06-07 22:39:35 +10:00
2020-08-11 15:49:43 -04:00
2020-07-05 21:11:42 +00:00
2020-08-10 17:05:39 -07:00
2020-06-09 13:36:17 -04:00
2020-08-04 23:04:20 -07:00
2020-05-24 10:04:09 -04:00
2020-02-22 12:44:21 +01:00
2020-08-08 00:39:46 -07:00
2020-07-14 17:19:17 -07:00
2020-08-04 23:04:20 -07:00
2020-06-01 14:43:13 -04:00
2020-06-18 20:35:03 -04:00