fn createFileW(self: Dir, sub_path_w: []const u16, flags: File.CreateFlags) File.OpenError!File

Same as createFile but Windows-only and the path parameter is WTF-16 encoded.

Parameters

self: Dir,
sub_path_w: []const u16,