Questions tagged [file-browser]

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

210 questions
3
votes
1 answer

Hadoop : Tools for visualizing key value data and files for development

Are there any simple, easily launched java tools for visualizing key/value data from map reduce job directories ? Specifically i want to browse a 20-job map reduce workflow , cliicking on individual files and looking at the data, and maybe even see…
jayunit100
  • 17,388
  • 22
  • 92
  • 167
3
votes
4 answers

How to set default folder in JupyterLab file browser?

I was wondering if there is a way to set a default folder every time I open JupyterLab. Is there any command I can run through Anaconda PowerShell Prompt? Or a JSON property I can modify in settings tab? Thanks in advance!
NickS1
  • 496
  • 1
  • 6
  • 19
3
votes
1 answer

Getting the drive name in Java

I'm making a basic file browser, and in one mode, it loops through the file roots and lists them. I have it get the icon, drive letter, last-modified date, drive name, and size in bytes. These all work but drive name. Does anyone know how to get…
Ky -
  • 30,724
  • 51
  • 192
  • 308
3
votes
1 answer

CKFinder 3 can't upload files

I have a problem with the implementation of CKFinder 3. Everything works fine, except the uploading of files and images. When I click on upload. I choose a file on my pc and then it gives me an error message called: Upload finished with errors. When…
EddieAjax
  • 33
  • 1
  • 4
3
votes
0 answers

node.js s3 file browser/explorer

I've been searching the web for a node.js package that mimics to some extent CKFinder or AjaXplorer. I am in need of browsing S3 but even if the package was dedicated to local storage that would be a great starting point. The main purpose of the…
Pzanno
  • 2,185
  • 2
  • 20
  • 23
3
votes
4 answers

Hiding swp, ~ files in the default Vim file browser

I'm using the default file browser in Vim a lot. But the annoyance is that it's showing swap files, .orig, .php~ etc. Can I hide these files somehow? On a related note, why doesn't Vim always return to the file browser when pushing Ctrl-6?
Olle Härstedt
  • 3,799
  • 1
  • 24
  • 57
3
votes
5 answers

filebrowser error in windows for kivy

I have installed dev version 1.8 for kivy. Now I am installing the kivy-designer in windows. I have done with installing filebrowser in tools. python ../garden.py install filebrowser [INFO ] Kivy v1.8.0-dev still, when I am trying to…
sam
  • 18,509
  • 24
  • 83
  • 116
3
votes
1 answer

File manager for Python

I try to implement a file manager, the question arises as using Treeview to display a directory for specified so that would have happened in TotalCommander'e Here's a snippet of code: from tkinter import * from tkinter import ttk class…
XFixer
  • 31
  • 2
2
votes
1 answer

Create a "tags" in filebrowser

I would like my admins to be able to upload files to the website. And I need to give those files some meta data so we can filter and display related files on the frontend. Can someone offer me a good workaround to do this? I myself have struggled…
Michiel
  • 7,855
  • 16
  • 61
  • 113
2
votes
1 answer

Android Development: How To Add App To The Application Chooser?

Basically I want to add my application to the application chooser list for files with the type .php, .java, .js, .html etc. so that users can browse for a file using any file browser and use my app to open it. I've looked at tutorials for Broadcast…
AlexPriceAP
  • 1,987
  • 6
  • 26
  • 41
2
votes
3 answers

ASP.NET file browser path translation

I'm working on an asp.net file browser that recursively goes through folder and lists their files and subfolders. However I also want to make the files possible to download/view and it’s there I seem to have a problem. I can’t get the address…
Teletha
  • 603
  • 1
  • 11
  • 21
2
votes
0 answers

how to create a file selector when click button in pyqt5

image link I want create a gui app with pyqt5.i create one button("Browse") that click on it open a file browser to import data file but it does not work and app closed.please help me i need it. I've tried on pycharm2018 in windows 10 and i use…
2
votes
3 answers

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 xls files. After selection is made, Display selected xlsx filenames in textbox Copy the selected files to a…
Brian McCarthy
  • 4,658
  • 16
  • 49
  • 66
2
votes
1 answer

Android custom file extension intent not working with standard file browser

My app specifies as being able to open my own file extension in the manifest file like this:
erinys
  • 273
  • 1
  • 4
  • 18
2
votes
1 answer

Pass a filepath from shinyFiles::shinyFileChoose to another function

RELATED: Display selected folder path in Shiny I cannot receive the file path from shinyFileChoose to use it in another function in anyway. I have tried the following approach according to the manual and the related thread mentioned above, but I…
paropunam
  • 488
  • 2
  • 11
1 2
3
13 14