I am implementing a windows file explorer, which is used to replace the system explorer. At present, I have found a way to replace double-clicking the folder to start my own process, but I don’t know how SHOpenFolderAndSelectItems is implemented when selecting files after opening the folder.
Same other explorer soft can do this funtion,like "Directory Opus" and "xplorer2",how did they do?