| ... | ... | @@ -58,7 +58,7 @@ pub fn openFile( |
| 58 | 58 | return p.root_dir.handle.openFile(joined_path, flags); |
| 59 | 59 | } |
| 60 | 60 | |
| 61 | | pub fn makeOpenPath(p: Path, sub_path: []const u8, opts: fs.OpenDirOptions) !fs.Dir { |
| 61 | pub fn makeOpenPath(p: Path, sub_path: []const u8, opts: fs.Dir.OpenDirOptions) !fs.Dir { |
| 62 | 62 | var buf: [fs.max_path_bytes]u8 = undefined; |
| 63 | 63 | const joined_path = if (p.sub_path.len == 0) sub_path else p: { |
| 64 | 64 | break :p std.fmt.bufPrint(&buf, "{s}" ++ fs.path.sep_str ++ "{s}", .{ |