Function convert_from_path

Source
pub fn convert_from_path(
    file_path: &str,
    cancel_flag: Arc<AtomicBool>,
) -> Result<(), Box<dyn Error>>