nectarchain.utils.datautils.FindFile#

FindFile(filename, path)[source]#

Find a file by name in a directory tree.

Parameters:
filenamestr

Name of the file to find.

pathstr

Root directory to search.

Returns:
str or None

Full path to the file, or None if not found.