[][src]Function sandboxfs::open_input

pub fn open_input<P: AsRef<Path>>(path: Option<P>) -> Fallible<File>

Opens the input file for the reconfiguration loop.

If path is None, this reopens stdin.