The granularity that ultimately is stored depends on the combination of operating system and file system. When a value as provided that exceeds this range, the value is clamped to the maximum.
pub fn setTimestamps(
dir: Dir,
io: Io,
sub_path: []const u8,
options: SetTimestampsOptions,
) SetTimestampsError!void
pub fn setTimestamps(
dir: Dir,
io: Io,
sub_path: []const u8,
options: SetTimestampsOptions,
) SetTimestampsError!void {
return io.vtable.dirSetTimestamps(io.userdata, dir, sub_path, options);
}