get_path

ConfigReader.get_path(key)

Get a Path to a file that is present in the object.

Parameters

Name Type Description Default
key str Key of the Path. (e.g. exposure.geom.file1) required

Returns

Type Description
Path A path.
Back to top