devctrl.utility.file_io.search_in_path# search_in_path(name: str) → str[source]# Search for a file or directory called <name> in the current working directory and sys.path :param name: Name of the file :return: Absolute path including filename :raise: FileNotFoundError if file is not found