fn makeDir(self: Dir, sub_path: []const u8) !void

Creates a single directory with a relative or absolute path. To create multiple directories to make an entire path, see makePath. To operate on only absolute paths, see makeDirAbsolute.

Parameters

self: Dir,
sub_path: []const u8,