get_example#

Desktop.get_example(example_name, folder_name='.')#

Retrieve the path to a built-in example project.

Parameters:
example_namestr

Name of the example for which the full path is desired.

folder_namestr, optional

Name of the example for which the full path is desired.

Returns:
str

Return the full path and name of the example file if found, otherwise None.