uipickfiles: uigetfile on steroids

版本 1.24.0.0 (15.4 KB) 作者: Douglas Schwarz
Many-featured, platform independent file and directory picker.
17.2K 次下载
更新时间 2024/3/16

查看许可证

编者注: This file was selected as MATLAB Central Pick of the Week

This is a GUI application that allows multiple files or directories to be selected and allows you to manage the list (remove files, reorder, etc.) before returning. It has basic filtering as well as regular expression filtering and navigation of the file system is easy. The output is configurable (cell, struct or char arrays). It is written entirely in M and so is platform independent.

引用格式

Douglas Schwarz (2024). uipickfiles: uigetfile on steroids (https://www.mathworks.com/matlabcentral/fileexchange/10867-uipickfiles-uigetfile-on-steroids), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2023b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Dialog Boxes 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.24.0.0

Fixed bug related to sorting introduced in version 1.23.

1.23.0.0

Added ability to sort files in natural order; requires sort_nat function.

1.22.0.0

Re-upload of version 1.21. For some reason, previous upload did not work properly and available version was 1.15.

1.21.0.0

Applied tip from William Thielicke (thanks!) to get icon images to show up in R2020a. Also, fixed longstanding bug that prevented struct output from working correctly.

1.13.0.0

Addressed problem mentioned by Chris. Now, on Windows, an attempt to open "My Documents" will be silently converted to an open of "Documents" instead if "My Documents" doesn't really exist.

1.12.0.0

Fixed bug identified by Bryan.

1.11.0.0

Added use of escape key as equivalent to Cancel button.

1.10.0.0

GUI is now resizable and remembers the size and position last used.

1.9.0.0

Added ability to sort file list by name, date or size.

1.8.0.0

Fixed bug in yesterday's version in recalling folders.

1.7.0.0

Added ability to recall previous selections. Fixed a few minor bugs.

1.5.0.0

Recent Folders list (right-click path box) is now sorted in chronological order and is persistent between calls (via a preferences setting). Also, ctrl-F will select all files (leaving folders unselected).

1.4.0.0

Minor interface changes -- backspace will go up one directory, control-A (command-A on the Mac) will select all as before, but won't cause menu bar to appear.

1.3.0.0

(Windows only) Now works correctly with UNC-named resources (e.g., \\machine\share).

1.2.0.0

Updated the user interface, appearance, documentation and internal comments.

1.1.0.0

Fixed bug identified by W Thielicke.

1.0.0.0

Updated to work with R2007a.