israel-dryer / File-Search-Engine-Tk

A file search engine built with Tkinter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open csv file in default program?

israel-dryer opened this issue · comments

I can use pathlib.os.startfile(path) to open the double-clicked file or the exported csv file with the default program... but not sure yet if this is a good idea or not.