get_example# Desktop.get_example(example_name, folder_name='.')# Retrieve the path to a built-in example project. Parameters: example_namestrName of the example for which the full path is desired. folder_namestr, optionalName of the example for which the full path is desired. Returns: strReturn the full path and name of the example file if found, otherwise None.