Today I learned that #Python's os library has a Windows specific function called "os.startfile" that opens any file or folder with its default application. Specifying a folder path for example opens an explorer window pointed at that location.

Link: docs.python.org/3/library/os.h…

Dieser Beitrag wurde bearbeitet. (1 Tag her)