Skip to main content

try_source_file

Function try_source_file 

Source
pub fn try_source_file(file: &str) -> Option<String>
Expand description

Port of try_source_file(char *file) from Src/parse.c:3795. Returns an Eprog (the wordcode dump body) if <file>.zwc exists and is newer than <file>, else None.