Use the "Find Files" feature (Alt+F7). As search term, enter abc\defg\hijkl, followed by a SPACE.
The SPACE at the end is
IMPORTANT.
Also, the directory path must not end with a backslash (using abc\defg\hijkl
\<SPACE> as search term wouldn't work).
And using forward slashes (/) won't work either in this scenario - you will have to use backslashes.
The thing with the terminating SPACE character looks strange at first glance. It becomes less strange when you learn that TC's file search allows to restrict the search to certain directories or directory paths by putting these dir names or dir paths in front of the dir/file name mask, separated by space characters. Now, since we only want to search for a directory path but not for individual directory/file names, we leave the dir/file name mask empty, which leads to the kinda strange search term "<DirectoryPath><SpaceCharacter>".
