Function feroxbuster::utils::open_file

source ·
pub fn open_file(filename: &str) -> Result<BufWriter<File>>
Expand description

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