pyarts.arts.file.find

file.find(filename: str) str | None

Find file in paths available to ARTS.

Parameters:

filename (str) – The name of the file to find minus “.xml”.

Returns:

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

Return type:

str or None