flipper_format_file_open_append

Function flipper_format_file_open_append 

Source
pub unsafe extern "C" fn flipper_format_file_open_append(
    flipper_format: *mut FlipperFormat,
    path: *const c_char,
) -> bool
Expand description

Open existing file for writing and add values to the end of file. Use only if FlipperFormat allocated as a file.

§Arguments

  • flipper_format - Pointer to a FlipperFormat instance
  • path - File path

§Returns

True on success