I'm using Tkinter file selector to get a direcotry path. I'm using:<br><br>self.file = tkFileDialog.askdirectory(title="Please select your directory")<br> print file<br><br>but all it prints out is:<br>
<type 'file'><br><br>How would I print the directory path? <br><br>Thanks<br>