わかさぎのブログ

プログラミング、Atcoderの勉強とか

ディレクトリを聞く(ミニマム)

fTyp = [("", "*")]
iDir = os.path.abspath(os.path.dirname(__file__))
file_name = tkinter.filedialog.askopenfilename(filetypes=fTyp, initialdir=iDir)