fn openFileW(self: Dir, sub_path_w: []const u16, flags: File.OpenFlags) File.OpenError!File
Same as openFile but Windows-only and the path parameter is WTF-16 encoded.
openFile
self: Dir,
sub_path_w: []const u16,
flags: File.OpenFlags,