flipper_format_buffered_file_open_existing

Function flipper_format_buffered_file_open_existing 

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

Open existing file, buffered mode. Use only if FlipperFormat allocated as a buffered file.

§Arguments

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

§Returns

True on success