#:import join os.path.join #:import pwd os.path.curdir : path: '' title: 'Please select a file or directory' filters: [] dirselect: True DialogueContentTitle: title: root.title size_hint_y: 0.8 FileChooserListView: text_size: self.width - dp(16), None halign: 'center' dirselect: root.dirselect path: pwd filters: root.filters on_selection: root.path = join(self.path, self.selection[0]); buttons.ok_enabled = True DialogueButtons_Two: id: buttons ok_enabled: False ## EOF ##