问题标签 [file-browser]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - 我可以在代码中为特定目录调用 Fle Explorer 吗?
我在 SD 卡上有一个目录,我的应用程序将一些输出文件写入其中。
从我的代码中,我想调用一个文件资源管理器(例如我的三星手机或任何其他文件资源管理器上的“我的文件”,如果已安装),它会转到我的目录并在其中显示我的文件列表。
我能做这样的事吗?似乎没有定义这样的意图?
file-browser - How to add a file from manu to a file tree in extjs 4.2?
I have created a toolbar with menu item in it:
So what I am trying to do is to be able to use Import button just like File->Open.
I know that I can add xtype: 'filebutton'
, but it shows the browse button with the text field.
Also I want to let the user to choose only certain file extensions. After file is selected (we click open), I want to add it to my file tree in my viewport
.
Thanks for any help.
android - 如果文件在 android SD 卡中被删除,如何使文件消失一次?
我正在浏览 SD 卡中的文件和目录。所以我通过使用列表视图来显示它。当我不需要 sd 卡上的文件时,我可以删除文件。
我的问题是,在我删除一个文件后,它已在 SD 卡上完全删除,但它在 listview 上可见。我的意思是在模拟器中。从列表中删除文件后,它应该会消失。
例如:- 我在 sd 卡上有 song.mp4 文件。一旦我删除了这个文件“song.mp4”,它就不应该再次显示在列表视图中。
我该怎么做?
java - 如何调整 JFile 选择器的大小
我正在使用 Java Swing 设计一个文件浏览器,这是我目前所拥有的:
我在面板中有一个 JFileChooser,但是当我重塑窗口时它保持相同的大小。但是,我想让它看起来像这样:
是否可以使实际的浏览器框与表单一起调整大小?
编辑:我不想弹出 JFileChooser,JFileChooser 在框架内。
python - 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:
When displaying folders should be active only the columns "Имя" and "Комментарий" and the remaining columns are active only when the contents of the selected folder.
Actually the question: Is it possible to implement it using Treeview'ra and how?)
P.S. Sorry for my English)
jquery - Jquery 文件树 - 带有将折叠文件浏览器的根文件夹图标
我正在使用 jquery 文件树(http://www.abeautifulsite.net/blog/2008/03/jquery-file-tree/)。我想为根文件夹添加一个图标,单击该图标时,它将折叠打开的文件夹和文件,只显示根文件夹下方的直接目录(有点刷新,重新启动)。
我能够显示折叠目录,但是当我单击子目录时,它现在不会展开。
任何人以前都遇到过同样的问题。
android - 限制 AndroidFileBrowser 比 startdir 走得更远
我想使用AndroidFileBrowser在我的应用程序中创建一个简单的浏览器。有没有办法阻止用户比我通过 Intent 提供的 startDirectory 更进一步?我将如何更改 FileBrowserActivity.java 中的代码?感谢您的帮助!
html - 使用 html 超链接来索引文件夹
我正在尝试使用 html 文件索引本地计算机上的文件夹。我设置了文件夹的超链接,当单击链接时,互联网浏览器(在我的例子中是 firefox)列出了文件夹中包含的文件。但是,是否可以在单击链接时打开文件浏览器(linux),而不是在 Internet 浏览器中列出文件?
android - 将文件添加到 Android 中可用的 torrent 应用程序
我想将 sd 卡上的 torrent 文件添加到已安装的 torrent 应用程序(uTorrent、BitTorrent)。我做了我自己的文件选择器活动,我在其中显示文件。当用户单击任何文件时,如果安装了超过 1 个 torrent 应用程序,则显示建议,否则添加可用的 torrent 应用程序。
一切正常。它在安装超过 1 个应用程序时显示建议,并在仅安装 1 个支持 torrent 的应用程序时启动可用应用程序。但问题是当应用程序启动时它显示“无法添加”文件路径“”。
下面是我的代码。