Function extra::fileinput::make_path_option_vec

pub fn make_path_option_vec(vec: &[~str], stdin_hyphen: bool) -> ~[std::option::Option]

Convert a list of strings to an appropriate form for a FileInput instance. stdin_hyphen controls whether - represents stdin or a literal -.