Function fmmap::utils::open_exist_file_with_append
source · pub fn open_exist_file_with_append<P: AsRef<Path>>(path: P) -> Result<File>
Available on crate feature
sync
only.Expand description
Open an existing file in write mode, all writes will append to the file