An fd-relative file path

This is currently only used for WASI-specific functionality, but the concept is the same as the dirfd/pathname pairs in the *at(...) POSIX functions.

Fields

dir_fd: fd_t,

Handle to directory

relative_path: []const u8,

Path to resource within dir_fd.