fn makeDirAbsolute(absolute_path: []const u8) !void
[src]
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.
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.