Loosely mimics the functionality of the uigetfile
function on
Matlab.
Usage
uigetfile(filter = "", title = "")
Arguments
- filter
Filter listed files
- title
Pre-prompt message
Value
A list containing the name of the file selected and its path
References
https://se.mathworks.com/help/matlab/ref/uigetfile.html
Examples
if (FALSE) {
uigetfile()
}