import os os.startfile(path)
With the above code i can open a folder in explorer (windows 10)
How can i focus to a specific file?
Exam