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

Calls makeDir recursively to make an entire path. Returns success if the path already exists and is a directory. This function is not atomic, and if it returns an error, the file system may have been modified regardless.

Parameters

self: Dir,
sub_path: []const u8,