pyarts.arts.file.find_xml

file.find_xml(filename: str) str | None

Find xml-file in paths available to ARTS.

Parameters:

filename (str) – The name of the file to find.

Returns:

The full path to the file if found, otherwise None.

Return type:

str or None