Function feroxbuster::utils::open_file[][src]

pub fn open_file(filename: &str) -> Result<BufWriter<File>>

Given the path to a file, open the file in append mode (create it if it doesn't exist) and return a reference to the buffered file