fn openDirW(self: Dir, sub_path_w: [*:0]const u16, args: OpenDirOptions, iterable: bool) OpenError!Dir
Same as openDir except the path parameter is WTF-16 encoded, NT-prefixed. This function asserts the target OS is Windows.
openDir
self: Dir,
sub_path_w: [*:0]const u16,
args: OpenDirOptions,
iterable: bool,