When I Download + Show in Folder sth in Chrome, is there a way to highlight it like Windows Explorer used to do?
Thanks,
Michael
When I Download + Show in Folder sth in Chrome, is there a way to highlight it like Windows Explorer used to do?
Thanks,
Michael
Probably not, unless Chrome lets you change what it does when you click its Show in Folder button.
Chrome is using the SHOpenFolderAndSelectItems API to open a folder and select a file.
While Opus is able to detect which folder is being launched via SHOpenFolderAndSelectItems, it cannot detect which file is to be selected. The issue was raised with Microsoft and the reply was that there is apparently no way for programs other than Explorer to get the info.
(Update: SHOpenFolderAndSelectItems will select the file in newer versions of Opus. We found a way to do it. The above was true back at the time of writing.)