I have searched a lot and I know how to open a directory dialog window. But what I am looking for is the method to open a directory folder under windows OS, just like you r
To open the folder in a file explorer you can just do this:
import webbrowser webbrowser.open("path\to\the\file")
This works on any platf