fn openW(file_path_w: []const u16, flags: u32, perm: mode_t) OpenError!fd_t

Windows-only. The path parameter is WTF-16 encoded. Translates the POSIX open API call to a Windows API call. TODO currently, this function does not handle all flag combinations or makes use of perm argument.

Parameters

file_path_w: []const u16,
flags: u32,
perm: mode_t,