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

Open file. Creates a new file, fails if file already exists. Use only if FlipperFormat allocated as a file. @param flipper_format Pointer to a FlipperFormat instance @param path File path @return True on success