fn openIterableDirAbsolute(absolute_path: []const u8, flags: Dir.OpenDirOptions) File.OpenError!IterableDir
[src]
Opens a directory at the given path. The directory is a system resource that remains open until close
is called on the result. See openIterableDirAbsoluteZ
for a function that accepts a null-terminated path.
Asserts that the path parameter has no null bytes.