pub fn open_with_application( file_path: &Path, app_name: &str, ) -> Result<(), String>
Opens an existing file with a named application.