Top "File-browser" questions

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

Android custom list dialog

Hi, I'm working on a simple file browser app. I have most of it set up (where it lists everything …

android list dialog file-browser
C# Windows Forms - Select and Copy Multiple Files w MultiSelect, OpenFileDialog, & FileBrowserDialog

I'm developing a WinForms application using C# with an OpenFileDialog and FileBrowserDialog and I'd like to: Enable selection of multiple …

c# openfiledialog multi-select .net file-browser
Image browse button in android activity

currently I'm developing an application which requires a browse button in my activity. When I press the browse button I …

android imageview file-browser
FileBrowser/FileSelector for WPF

Does anybody know if there is a WindowsExplorer-like filebrowser which I can include in my WPF-window? I don't want use …

wpf selector explorer file-browser
File browser component for Java swing

Has anyone come across a fully customizable (compatible with all standard LnF), fast file browser component for Java Swing ? I …

java swing jcomponent file-browser
How to find all files with certain extension on Android?

I'm using a fileBrowser to find the files on the phone, but I wanted to show all files that my …

java android file-browser
FolderBrowserDialog with input field

I'm not sure what to google here in order to explain what I wish to do, so I'll try here: …

c# forms openfiledialog folderbrowserdialog file-browser
IPython Notebook Open File Dialog (retrieve the full path)

An ipython notebook is a document that is read by the browser that contains both rich text and python code. …

javascript python html ipython-notebook file-browser
How to view css stylesheet injected by a Google Chrome extension using dev tools?

I'm injecting a css file from my chrome extension using the manifest.json (full source): "content_scripts": [ { "matches": [ "http://*/*" ], "css":["…

user-interface google-chrome-extension google-chrome-devtools manifest file-browser
How to make Vim's file browser open a file in a new buffer?

Sometimes I start Vim by pointing it at a directory, but I'm not certain yet which file I'll need to …

vim file-browser