fn realpathW(pathname: []const u16, out_buffer: *[MAX_PATH_BYTES]u8) RealPathError![]u8
[src]
Same as realpath
except pathname
is UTF16LE-encoded.
fn realpathW(pathname: []const u16, out_buffer: *[MAX_PATH_BYTES]u8) RealPathError![]u8
Same as realpath
except pathname
is UTF16LE-encoded.