find_file

simcado.utils.find_file(filename, path=None, silent=False)[source]

Find a file in search path

Parameters
filenamestr

name of a file to look for

pathlist

list of directories to search (default: [‘./’])

silentbool

if True, remain silent when file is not found

Returns
Absolute path of the file