pub fn openDirAbsolute(io: Io, absolute_path: []const u8, options: OpenOptions) OpenError!Dir
pub fn openDirAbsolute(io: Io, absolute_path: []const u8, options: OpenOptions) OpenError!Dir { assert(path.isAbsolute(absolute_path)); return openDir(.cwd(), io, absolute_path, options); }