| When I try to load a file that does not exist, temload throws an exception: open-input-file: cannot open input file: "/home/lark/arc/somedir/somefile" (No such file or directory; errno=2) How do I easily suppress this? For instance, why can't temload simply return nil? |