Functions
fn closeAndFree(self: *Directory, gpa: Allocator) void
Whether or not the handle should be closed, or the path should be freed is deteā¦
Whether or not the handle should be closed, or the path should be freed is determined by usage, however this function is provided for convenience if it happens to be what the caller needs.
fn format(self: Directory, comptime fmt_string: []const u8, options: fmt.FormatOptions, writer: anytype) !void
No documentation provided.