fn makeDirW(self: Dir, sub_path: [*:0]const u16) !void

Creates a single directory with a relative or absolute null-terminated WTF-16-encoded path. To create multiple directories to make an entire path, see makePath. To operate on only absolute paths, see makeDirAbsoluteW.

Parameters

self: Dir,
sub_path: [*:0]const u16,