···9595// Question:
9696// - what should you do if you want to also read the file after opening it?
9797// - go to the documentation of the struct `std.Io.Dir` here:
9898-// https://ziglang.org/documentation/master/std/#std.fs.Dir
9898+// https://ziglang.org/documentation/master/std/#std.Io.Dir
9999// - can you find a function for opening a file? how about deleting a file?
100100// - what kind of options can you use with those functions?