a computer program that provides a user interface to manage files and folders.
Questions tagged [file-browser]
210 questions
0
votes
1 answer
Slow files loading in file browser app
I am working on a android filebrowser project, in which there will be four fragments under TabLayout. Four fragments are for Images, videos,audio and docs respectively. After laoding files, get displayed in associated fragment recyclerviews. Like…

sandesh
- 390
- 6
- 20
0
votes
1 answer
Updating a panel in GTK+3 via user input
Im new to GTK and dont quite understand how to use g_signal_connect(). I am building a basic file browser so far it has two panels one with a directory view and one with a file view
#include
#include
#include…

user3267256
- 113
- 2
- 11
0
votes
1 answer
Select a directory in vim and use it's name in function call
Inside a vim function I would like to have the user select a directory (instead of writing its name), I guess using :Explore, then get the filename of that directory and pass it to another function for example.
E.g. something like this
function!…

George Kastrinis
- 4,924
- 4
- 29
- 46
0
votes
1 answer
File Broweer/Chooser vaadin
AFAIK Vaadin's File Browser is Coupled with Upload process . But in my case , I just need only the file browser (What I exactly need is to get the path of the file to be uploaded).
Please let me know a way of implementing the file browser in…

chathura
- 31
- 1
- 5
0
votes
1 answer
win10 app: extend file browser
I'd want to extend win10 file browser by supporting tags and maybe other future features.
the doc explains how to read files:
msdn.microsoft.com: files folders and libs
I wonder if there is way to get an object representing the file browser? in…

Foobyto
- 119
- 1
- 7
0
votes
0 answers
How to record a voice and sent it to server?
I am a naive developer in Android. I want to design a simple application where on a button click, voice recording will start. On click of another button, recording will stop. Other screen displays whether I want to save audio, save and send audio…

nerdy_me
- 451
- 1
- 5
- 7
0
votes
1 answer
Browsing for a file and uploading it to server through socket
I am developing an application which enables user to browse for a file in the storage (internal / external) and upload it to the java Serversocket.
Thank you.
Here is my file chooser code
public String fileChooser() {
Intent intent = new…

Ak-
- 335
- 4
- 17
0
votes
2 answers
Java: A filterable file browser for a multiplatform program?
FilenameFilters don't work with fileDialog in Windows apparently. Is there any other option for a file browser that is filterable and works across Windows, OSX, and Linux?

geoxile
- 348
- 1
- 6
- 16
0
votes
0 answers
how to find out what GUI file browser linux is using
Im currently running CentOS (6.6) on a virtual machine that i got from another person
He is not using the default GUI file explorer and looks to be much more advanced that the regular GUI file explorer that comes with CentOS
Is there any way to find…

Thor
- 459
- 4
- 15
0
votes
1 answer
How can i find my app's files?
I m trying to find my app's files with FileBroswer but I dont see into /storage/sdcard0/Android/data my app's pakage name, so i cant find my file which i created with this code :
void insertToFile()
{
BufferedWriter bufferedWriter = null;
…

ppapadop
- 37
- 5
0
votes
1 answer
FileBrowser UITableViewController, Delegate doesn't work
i decided to create a simple FileBrowser using UITableViewController with delegate which detect the file you chosen,
and i presented the UITableViewController like that
fbVC = [[FileBrowserTableViewController alloc] init];
fbVC.delegate =…

iMokhles
- 219
- 2
- 9
0
votes
1 answer
Trick to use windows drives like linux?
I hope to use 2 drives as just a combined one like linux. I mean I hope to use a special browser to show up the directories in a general way. For example,
I have a dir hierarchy like below.
c:/myProject/dev/asset
/seqs …

Hyun-geun Kim
- 919
- 3
- 22
- 37
0
votes
1 answer
Unable to start activity ComponentInfo java.lang.NullPointerException File Browser
I have copied a class, which opens a dialog in order to pick a file, from a tutorial and I don't know why it throws me this exception, can anybody help me?
This is the class :
import android.app.Activity;
import android.app.AlertDialog;
import…

Roman Panaget
- 1,578
- 12
- 21
0
votes
1 answer
How can I upload media files with Django Tinymce-filbrowser?
I´m using django-tinymce and django-tinymce filebrowser to upload images to the text editor. The images work perfectly but when I want to upload a media file I get a 404 error.
Is there any way I can solve this and make the upload of media…

Pablo Estrada
- 3,182
- 4
- 30
- 74
0
votes
0 answers
Getting files from the filebrowser
I am using filebrowser to upload some files
I have a dropdownlist that I want to populate with values/titles of the files that are already on the file browser. But I have no idea how to get these values. Below I added the code about how the a zip…

user1960836
- 1,732
- 7
- 27
- 47