最佳答案
I would like to code a function to which you can pass a file path, for example:
C:\FOLDER\SUBFOLDER\FILE.TXT
and it would open Windows Explorer with the folder containing the file and then select this file inside the folder. (Similar to the "Show In Folder" concept used in many programs.)
How can I do this?