python TK怎么做一个浏览按钮获取文件全路径,下边的代码只能获取到最后一层文件夹,不能获取文件名
具体代码如下,求大神帮忙:classArtCheck(object):def_init_(self):self._top=Tk()self._f_dir=Fram(sel...
具体代码如下,求大神帮忙:
class ArtCheck(object):
def _init_(self):
self._top=Tk()
self._f_dir=Fram(self._top,width=100)
self._cwd=StringVar(self._top)
Entry(self._f_dir,width=100,textvarible=self._cwd)
Button(self._f_dir,command=self.findDir)
def findDir(self):
root=Tk()
root.withdraw()
dirname=tkFileDialog.askdirectory(parent=root,initialdir='/',title=('选择路径'))
self.cwd.set(dirname)
if _name_=='_main':
artobject=ArtCheck()
mainloop() 展开
class ArtCheck(object):
def _init_(self):
self._top=Tk()
self._f_dir=Fram(self._top,width=100)
self._cwd=StringVar(self._top)
Entry(self._f_dir,width=100,textvarible=self._cwd)
Button(self._f_dir,command=self.findDir)
def findDir(self):
root=Tk()
root.withdraw()
dirname=tkFileDialog.askdirectory(parent=root,initialdir='/',title=('选择路径'))
self.cwd.set(dirname)
if _name_=='_main':
artobject=ArtCheck()
mainloop() 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询