Top "File-browser" questions

a computer program that provides a user interface to manage files and folders.

Android opening a file with ACTION_GET_CONTENT results into different Uri's

I am trying to open files by using Intent.ACTION_GET_CONTENT. Dependent on the Android version/device brand the …

android file-browser
In Eclipse, how to open a file browser in the directory of the currently edited file

I know it's possible in eclipse to open file browsers from your project's resource browser, but is it possible for …

eclipse file-browser
how to have a directory dialog

In PyQt, how does one display a file browser that shows and selects only directories (not files)? And how does …

python pyqt pyqt4 file-browser
Adding a file browser button to a MS Access form

I'd like to add a "Browse" button to an MS Access 2007 form that will bring up a standard Windows file …

forms ms-access file-browser
Display Path of a file in Tkinter using "browse" Button - Python

I have been reading through several posts regarding to Browse button issues in Tkinter but I could not find my …

python button tkinter directory file-browser
Open new file in a new gui window or by splitting the window

How can emacs open a new file in a new gui window? And how can it be made to open …

emacs window file-browser
Launching an intent for file and MIME type?

I've reviewed all the similar questions here, but I can't for the life of me figure out what I'm doing …

android android-intent file-browser
How to open a file browser in Android?

I am developing on a Android 4.0.3 device. How do I open a file browser for my app? Is there one …

android file-browser
NameError: name 'tkFileDialog' is not defined

I'm trying to use Tkinter and get the user to choose a certain file. My code looks like this (I'm …

python python-2.7 tkinter file-browser
Browser download file prompt using JavaScript

I was wondering if there was any method to implement browser's download file prompt using JavaScript. My reason - well …

javascript file-browser