Skip to main content

BUILTIN_FILE_OLDER

Constant BUILTIN_FILE_OLDER 

Source
pub const BUILTIN_FILE_OLDER: u16 = 325; // 325u16
Expand description

[[ a -ot b ]] — mirror of -nt. If both exist, compare mtime; if only b exists → true; otherwise false.