Function open_new_or_append

Source
fn open_new_or_append(
    file_path: impl AsRef<Path>,
) -> Result<(File, usize), Error>
Expand description

Open with (create + append), return File and size.