[][src]Function sandboxfs::open_output

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

Opens the output file for the reconfiguration loop.

If path is None, this reopen stdout.