def bindListenDir(self):
newOutDir = filedialog.askdirectory(
parent = self,
title = "Auto convert .spe into this directory",
initialdir = self.listenDirPath.get(),
)
if not self.checkDir(newOutDir, autocreate = False, poperror = False):
return
print("bind to:", newOutDir)
self.listenDirOutputPath.set(os.path.abspath(newOutDir))
评论列表
文章目录