flipper_format_file_open_new

Function flipper_format_file_open_new 

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

Open file. Creates a new file, fails if file already exists. Use only if FlipperFormat allocated as a file.

§Arguments

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

§Returns

True on success