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

pub fn open_file(filename: &str) -> Option<Arc<RwLock<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 file that is buffered and locked