function default default(directory: string,targetEntry: string): Promise<string | undefined> Recursively searches directory and its ancestors for a file or folder named targetEntry; returns the absolute path or undefined. Parameters directory: string targetEntry: string Return Type Promise<string | undefined>