open_system_file

Function open_system_file 

Source
pub fn open_system_file(
    ctx: &mut Context<'_>,
    path: String,
    truncate: bool,
) -> Result<Sender<FileMessage>, Error>