pub fn get_program_binary_from_dict(
    dict: &Dictionary
) -> Result<String, StartInfoProgramError>
Expand description

Retrieves binary from a ComponentStartInfo dict and makes sure that path is relative.