pub fn zwcstat(filename: &str) -> Option<Metadata>Expand description
Port of zwcstat(char *filename, struct stat *buf) from
Src/parse.c:3656. Stats a .zwc file, falling back to
.zwc.old if the primary doesn’t exist (zsh uses the .old
suffix to keep a previous dump readable while a rewrite is in
progress).