Listary is an awesome file browsing & searching tool for Windows. Some of the third party reviews can be found in Listary's FAQ.
As shown in the following figure, Listary offers "Copy Folder Path to Clipboard" (The convenient "Switch to Last Opened Folder in File Manager" might be derived from this function) and "Copy Paths of Selected Items to Clipboard". 
Listary seems to place certain hook into certain process to instantly monitor the directory change of the file manager (Explorer.exe) to provide "Copy Folder Path to Clipboard", and selection change to provide "Copy Paths of Selected Items to Clipboard".
I am wondering how to implement these two behaviors (in Delphi), for example, which process to hook and how to hook the very process? Any information is appreciated!
[Edit] TLama has been kind to point out Raymond's Querying information from an Explorer window. However, the behavior in the linked article seems to be active querying instead of passive listening. For example, if I open three Explorer instances and then do something else like writing in Word, can the active quering approach identify the last folder path? Listary remembers the last folder path, indicating it is passively listening to every single folder change of certain process. Furthermore, Listary works with several file managers, as shown in the following figure. I wonder if the ShellWindows approach is even available for xplorer2, TotalCmd, or DirectoryOpus? 
for inspirationfor those having time to answer :-) I don't know if it's still valid for Vista+ systems though. – TLama Nov 15 '12 at 12:20