fn makeDirAbsolute(absolute_path: []const u8) !void

Create a new directory, based on an absolute path. Asserts that the path is absolute. See Dir.makeDir for a function that operates on both absolute and relative paths.

Parameters

absolute_path: []const u8,