uipickfiles: uigetfile on steroids
Editor's Note: 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.
Cite As
Douglas Schwarz (2023). uipickfiles: uigetfile on steroids (https://www.mathworks.com/matlabcentral/fileexchange/10867-uipickfiles-uigetfile-on-steroids), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Acknowledgements
Inspired: Workflow for chromatogram alignment using the semi-parametric time warping algorithm, tarokiritani/tiffstack2avi_mat
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
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. |