nectarchain.utils.datautils.FindFile# FindFile(filename, path)[source]# Find a file by name in a directory tree. Parameters: filenamestrName of the file to find. pathstrRoot directory to search. Returns: str or NoneFull path to the file, or None if not found.