fn makeDirZ(self: Dir, sub_path: [*:0]const u8) !void

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

Parameters

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